-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Linux instructions
Johannes Huber edited this page May 27, 2018
·
36 revisions
- Make sure that the
universe
(for Ubuntu) orcontrib
(for Debian) repository is enabled (see how-to for Ubuntu or Debian docs) - Install
fonts-firacode
package either by executingsudo apt install fonts-firacode
in the terminal or via GUI tool (like “Software Center”)
Several variants of Fira Code package is available in the AUR: otf-fira-code, ttf-fira-code, otf-fira-code-git.
emerge -av media-fonts/fira-code
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, try this:
-
mkdir -p ~/.local/share/fonts
-
touch download.sh
-
# In download.sh for type in Bold Light Medium Regular Retina; do wget -O ~/.local/share/fonts/FiraCode-${type}.ttf \ "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true"; done
-
bash download.sh
-
fc-cache -f
Fira Code
💻 – Home – Wiki – Issues – Suggestions
Enabling: Atom | VS Code | IntelliJ | BBEdit | Brackets | Emacs | GoormIDE | Cloud9 | MacVim | Notepad++ | RStudio | Sublime Text | Visual Studio | MATLAB
Troubleshooting
Stylistic sets
Language Coverage
OSes/Tools: Linux | Chrome devtools | LaTeX | Chrome OS terminal