Skip to content

Instantly share code, notes, and snippets.

@gnmearacaun
Forked from matthewjberger/instructions.md
Created July 14, 2021 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnmearacaun/a7b9cd9146bccdf60f0c24efc3e4ad04 to your computer and use it in GitHub Desktop.
Save gnmearacaun/a7b9cd9146bccdf60f0c24efc3e4ad04 to your computer and use it in GitHub Desktop.
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache

@gnmearacaun
Copy link
Author

4.) List fira fonts with
fc-list | grep -i "fira"|awk -F: '{print $2}' |sort|uniq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment