Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Last active January 17, 2019 15:35
Show Gist options
  • Save ezirmusitua/297dc5c9db7c9293817f950c3eb65040 to your computer and use it in GitHub Desktop.
Save ezirmusitua/297dc5c9db7c9293817f950c3eb65040 to your computer and use it in GitHub Desktop.
[Install FiraCode font] install powerline patched FiraCode font in linux #linux #bash
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