Installing Nerd Fonts
What are Nerd Fonts?
From the repo:
"Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as Font Awesome ➶, Devicons ➶, Octicons ➶, and others."
Installing a font
There are a number of ways to do this listed on the repo, out of those options I think two are really useful.
- Manual install
Go to the patched font directory, choose your font, download and install into ~/.local/share/fonts
- Curl Download
Another good option for writing your own script is to use the curl
command to download the font like this:
ttf vs otf
otf is a newer standard based on ttf, when given the option you should generally choose otf.
here is a good article explaining the difference.