Skip to content

Instantly share code, notes, and snippets.

@robsmith1776
Forked from zoonderkins/mac-install-nerd-font.md
Created November 13, 2022 15:30
Show Gist options
  • Save robsmith1776/ccf8d06b8dbff2ad502399dd9178f899 to your computer and use it in GitHub Desktop.
Save robsmith1776/ccf8d06b8dbff2ad502399dd9178f899 to your computer and use it in GitHub Desktop.
Mac install Nerd Font

Mac install Nerd Font (Fire code)

brew cask
brew tap homebrew/cask-fonts 
brew install font-fira-code
brew install font-Fira-Code-nerd-font
brew install font-hack-nerd-font

iTerm setup for non-ASCII

setup

Vscode setting

  "terminal.integrated.fontFamily": "Hack Nerd Font",
  "terminal.integrated.fontSize": 15,
  "editor.fontFamily": "Hack Nerd Font",
  "editor.fontLigatures": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment