Skip to content

Instantly share code, notes, and snippets.

@chhuang
Created July 30, 2016 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chhuang/b13697f06ab97bb1acbee38c55b8bee2 to your computer and use it in GitHub Desktop.
Save chhuang/b13697f06ab97bb1acbee38c55b8bee2 to your computer and use it in GitHub Desktop.
iTerm2 + Zsh + Antigen

1. Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Zsh

brew install zsh
echo "/usr/local/bin/zsh" | sudo tee -a /etc/shells
chsh -s /usr/local/bin/zsh $USER

3. Antigen

git clone https://github.com/zsh-users/antigen.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment