Last active
January 17, 2019 15:35
-
-
Save ezirmusitua/297dc5c9db7c9293817f950c3eb65040 to your computer and use it in GitHub Desktop.
[Install FiraCode font] install powerline patched FiraCode font in linux #linux #bash
This file contains hidden or 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 | |
cd ~/.local/share/fonts | |
curl -fLo "FuraCodeMono-Bold.otf" "https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Bold/complete/Fura%20Code%20Bold%20Nerd%20Font%20Complete%20Mono.otf" | |
curl -fLo "FuraCodeMono-Light.otf" "https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete%20Mono.otf" | |
curl -fLo "FuraCodeMono-Medium.otf" "https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete%20Mono.otf" | |
curl -fLo "FuraCodeMono-Regular.otf" "https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Regular/complete/Fura%20Code%20Regular%20Nerd%20Font%20Complete%20Mono.otf" | |
curl -fLo "FuraCodeMono-Retina.otf" "https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete%20Mono.otf" | |
fc-cache -vf ~/.local/share/fonts/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment