Skip to content

Instantly share code, notes, and snippets.

@juliantellez
Last active March 4, 2018 14:37
Show Gist options
  • Save juliantellez/12c44881fa346ad34d9358d9d36c114e to your computer and use it in GitHub Desktop.
Save juliantellez/12c44881fa346ad34d9358d9d36c114e to your computer and use it in GitHub Desktop.
Pimp your terminal with zsh
brew install zsh
chsh -s `which zsh`
curl -L http://install.ohmyz.sh | sh
cd ~/.oh-my-zsh && git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
source ~/.oh-my-zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
brew install z
echo '. `brew --prefix`/etc/profile.d/z.sh' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment