Skip to content

Instantly share code, notes, and snippets.

@space11
Created September 7, 2023 07:19
Show Gist options
  • Save space11/91c718530aba4379ecc6487896f2a6d0 to your computer and use it in GitHub Desktop.
Save space11/91c718530aba4379ecc6487896f2a6d0 to your computer and use it in GitHub Desktop.
Install Nerd Font on Linux / Ubuntu
#Find the font
## Go to nerd fonts patched-fonts directory: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts
# Go to user font directory
cd ~/.fonts
# Donwload a font file and save it.
curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DroidSansMono/DroidSansMNerdFontMono-Regular.otf
# Rebuild the font cache
fc-cache -fv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment