-
Install brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install zsh / zsh completion:
zsh completion: Install zsh and zsh completions using homebrew
-
Install oh-my-zsh:
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
-
Modify your .zshrc file or use this one in the repo
git clone https://github.com/DanielsCode/dot-files.git
cp .zshrc ~/.zshrc
-
Install Powerlevel9k:
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
-
Install Powerline fonts
git clone https://github.com/powerline/fonts.git
./install.sh
-
Download and Install iterm2:
https://www.iterm2.com
-
Configure Colors and Text under Preferences -> Profiles (iTerm2)
-
Have Fun
Special thanks to ben (https://github.com/BenchR267) - most of the config is based on his repo