takes popular programming fonts and adds a bunch of Glyphs

Cheat Sheet

A font with a high number of extra glyphs from popular 'iconic fonts' such as Font Awesome ➶, Devicons ➶, Octicons ➶, and others.

This installs just "Droid Sans Mono for Powerline Nerd Font Complete.otf".

See All Nerd Fonts

view list

Nerd Fonts for Windows Terminal

Note: This will NOT work in Command.exe. You must get Windows Terminal from the Microsoft Store.

Select Settings from the drop down and update profiles.defaults.fontFace:

{
  "profiles": {
    "defaults": {
      "fontFace": "DroidSansMono NF"
    }
  }
}

Windows Terminal Settings

Nerd Fonts for iTerm2

Find iTerm2 in the top Mac menu, then...

  • => Preferences (Cmd ⌘ + ,)
  • => Profiles
  • => Text
  • => Font
  • => Select "DroidSansMono Nerd Font"
  • => (you may also want to turn on Anti-Aliasing and turn off highlight bold text)

MacOS iTerm2 Settings

Nerd Fonts for Terminal.app (similar for iTerm2)

Find Terminal in the top Mac menu, then...

  • => Preferences
  • => Profiles
  • => [Profile Name]
  • => Text
  • => Font
  • => Change
  • => Select "Droid Sans Mono for Powerline Nerd Font Complete.otf"
  • => Double Click the font name to Save & Apply!

MacOS Terminal.app Settings

Where does the font go?

Mac:

~/Library/Fonts/

Windows

$Env:UserProfile\AppData\Local\Microsoft\Windows\Fonts
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Fonts

Linux:

~/.local/share/fonts/

Contribute

Report an Issue Submit Installer Star on GitHub