Skip to content

Configure Terminal Font

Configuring the terminal font

This dotfiles uses the ZSH theme Powerlevel9k, so it requires you to install a font on your host machine with support for the Nerd Fonts glyphs. I recommend the FiraCode Nerd Font Mono.

For WSL and Ubuntu Desktop, the dotfiles installation will automatically take care of installing the font and set it up for you in VS Code, Windows Terminal (for WSL), and GNOME Terminal (for Ubuntu Desktop).

On other systems or terminal emulators, you will need to configure it manually. Here are some tips:

Installing the font on Windows

  1. Download it by clicking here.
  2. Open it and click in Install.
  3. Restart any applications that you want to load the font into.

Configuring the font in VS Code

  1. On VS Code, press Ctrl+, to open the settings.
  2. Search for "Terminal Font Family", and write FiraCode Nerd Font Mono in the entry named Terminal › Integrated: Font Family. Like below:

    VS Code font configuration example

Configuring the font in Windows Terminal

  1. On Windows Terminal, press Ctrl+, to open the settings.
  2. Go to Profiles -> Defaults in the left panel. Then, go to Additional settings -> Appearance.
  3. At Text -> Font face, select FiraCode Nerd Font Mono. Like below:

    Windows Terminal font configuration example