Skip to content

Instantly share code, notes, and snippets.

@abdivasiyev
Forked from zoonderkins/mac-install-nerd-font.md
Created December 19, 2022 04:52
Show Gist options
  • Save abdivasiyev/6db790c20a7ae3dbaa68adde90ae888d to your computer and use it in GitHub Desktop.
Save abdivasiyev/6db790c20a7ae3dbaa68adde90ae888d 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