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)