Skip to content

Installing

Nikita Prokopov edited this page Sep 18, 2019 · 28 revisions

Windows

  • In the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install”

or

  • Use chocolatey: choco install firacode

  • Use scoop:

    Run as administrator

    scoop bucket add nerd-fonts
    scoop install FiraCode
    

macOS

In the downloaded TTF folder:

  1. Select all font files
  2. Right click and select Open (alternatively Open With Font Book)
  3. Select "Install Font"

or

  • Use brew and cask:

    Not officially supported, might install outdated version

    brew tap homebrew/cask-fonts
    brew cask install font-fira-code

Linux

or

  • In the ttf folder double-click each font file and click “Install font”; see “Manual Installation” if double-clicking doesn't work

FreeBSD

  • Using pkg(8): pkg install firacode

or

  • Using ports: cd /usr/ports/x11-fonts/firacode && make install clean