Skip to content

Instantly share code, notes, and snippets.

@sonukapoor
Created October 27, 2018 04:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonukapoor/ceb5d81754e74402f692c2dcac65b7b2 to your computer and use it in GitHub Desktop.
Save sonukapoor/ceb5d81754e74402f692c2dcac65b7b2 to your computer and use it in GitHub Desktop.
Setup powerline font for vscode macos
download and install font from https://github.com/abertsch/Menlo-for-Powerline
set your vs code font to:
"terminal.external.osxExec": "iterm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "Menlo for Powerline",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment