Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active June 13, 2023 10:07
Show Gist options
  • Save zoonderkins/bab2871eab87b498520fe9260249d553 to your computer and use it in GitHub Desktop.
Save zoonderkins/bab2871eab87b498520fe9260249d553 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,
@totlsota
Copy link

totlsota commented Oct 2, 2022

this gist saved my mac, tx v much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment