Created
September 7, 2023 07:19
-
-
Save space11/91c718530aba4379ecc6487896f2a6d0 to your computer and use it in GitHub Desktop.
Install Nerd Font on Linux / Ubuntu
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
#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