Skip to content

Instantly share code, notes, and snippets.

@PhyrexTsai
Created May 24, 2016 07:16
Show Gist options
  • Save PhyrexTsai/076a0db0519420a86c8b87cefc242b29 to your computer and use it in GitHub Desktop.
Save PhyrexTsai/076a0db0519420a86c8b87cefc242b29 to your computer and use it in GitHub Desktop.

Zshell

Install zshell

install zshell

brew install zsh

install auto complete

brew install zsh zsh-completions
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
chsh -s /usr/local/bin/zsh

edit: ~/.zshrc add

plugins=(web-search sublime brew vundle git zsh-syntax-highlighting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment