-
-
Save josejaguirre/937eb6f6189e69f9e3a3e6d1a8b7ab79 to your computer and use it in GitHub Desktop.
How to install FiraCode font on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/.local/share/fonts | |
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 | |
fc-cache -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment