Skip to content

Instantly share code, notes, and snippets.

@kocoai
Last active July 11, 2019 12:25
Show Gist options
  • Save kocoai/9a30968090aee6be71d8 to your computer and use it in GitHub Desktop.
Save kocoai/9a30968090aee6be71d8 to your computer and use it in GitHub Desktop.
install zsh for mac #shell
#http://stackoverflow.com/questions/12032583/what-is-the-definitive-way-to-install-upgrade-set-the-default-version-of-zsh
#Install Homebrew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
brew doctor
#Install Zsh
brew install zsh
#Zshrc
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment