1. Install oh my zsh http://ohmyz.sh/ ```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 ```sh "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`