From c882e03d76aa6cc4ae9cb4d6f5dc554194c59373 Mon Sep 17 00:00:00 2001 From: Mark Kopenga Date: Sun, 29 Sep 2019 13:22:25 +0200 Subject: [PATCH] Added void linux install instructions --- Linux-instructions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Linux-instructions.md b/Linux-instructions.md index e4e4fdf..5e6ad2f 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -31,6 +31,12 @@ dnf install fira-code-fonts Fira Code package is available in the official repository: `font-firacode-ttf` and `font-firacode-otf`. They can be installed by running: `sudo eopkg install font-firacode-ttf font-firacode-otf` +### Void linux + +```bash +xbps-install font-firacode +``` + ## Manual Installation With most desktop-oriented distributions, double-clicking each font file in the ttf folder and selecting “Install font” should be enough. If it isn’t, create and run download_and_install.sh script: