Skip to content

Instantly share code, notes, and snippets.

@Arr0way
Created October 17, 2016 10:09
Show Gist options
  • Save Arr0way/d1661a7e371f93297a51575b791d3d28 to your computer and use it in GitHub Desktop.
Save Arr0way/d1661a7e371f93297a51575b791d3d28 to your computer and use it in GitHub Desktop.
brew install zsh
chsh -s `which zsh`
url -L http://install.ohmyz.sh | sh
vi ~/.zshrc
plugins=(git brew npm)
Change:
ZSH_THEME="mh"
Enable syntax highlighting
cd ~/.oh-my-zsh && git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
Add following to end of ~/.zshrc
source ~/.oh-my-zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
Saves time cd’ing through dir tree’s you can do z end dir [tab]
brew install z
. `brew --prefix`/etc/profile.d/z.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment