Skip to content

Instantly share code, notes, and snippets.

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 eMdOS/a5fa54a0e8be32dcd6b46b83824228e6 to your computer and use it in GitHub Desktop.
Save eMdOS/a5fa54a0e8be32dcd6b46b83824228e6 to your computer and use it in GitHub Desktop.
MacOS X + oh my zsh + powerline fonts + visual studio code terminal settings
1. Install oh my zsh
http://ohmyz.sh/
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
1. Install powerline fonts
https://github.com/powerline/fonts
1. download agnoster theme
https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master
1. change setting for vs code
```
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"terminal.integrated.shell.osx": "/bin/zsh"
```
1. change theme for Mac OSX Terminal to agnoster
1. add DEFAULT_USER=`whoami` in `~/.zshrc`
1. change theme to `agnoster` in `~/.zshrc`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment