Created
October 17, 2016 10:09
-
-
Save Arr0way/d1661a7e371f93297a51575b791d3d28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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