Skip to content

Instantly share code, notes, and snippets.

@sonukapoor
Last active June 28, 2017 14:20
Show Gist options
  • Save sonukapoor/16b95052703ab0dcf7db2ca41a2e6676 to your computer and use it in GitHub Desktop.
Save sonukapoor/16b95052703ab0dcf7db2ca41a2e6676 to your computer and use it in GitHub Desktop.
zsh integration with vscode
Download and install the fonts from: https://github.com/powerline/fonts
Use the following user settings in VS Code:
// Place your settings in this file to overwrite the default settings
{
"terminal.external.osxExec": "iterm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "Source Code Pro for Powerline"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment