Created
October 27, 2018 04:41
-
-
Save sonukapoor/ceb5d81754e74402f692c2dcac65b7b2 to your computer and use it in GitHub Desktop.
Setup powerline font for vscode macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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