Skip to content

Instantly share code, notes, and snippets.

@wookets
Last active October 13, 2018 02:24
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 wookets/8ed9b1e01a1a1f9c2b196e508f2bb25b to your computer and use it in GitHub Desktop.
Save wookets/8ed9b1e01a1a1f9c2b196e508f2bb25b to your computer and use it in GitHub Desktop.
# https://medium.com/@caulfieldOwen/youre-missing-out-on-a-better-mac-terminal-experience-d73647abf6d7
# install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install iterm2
brew cask install iterm2
# install zsh
brew install zsh zsh-completions
# add zsh to whitelist
echo /usr/local/bin/zsh | sudo tee -a /etc/shells
# set default terminal
chsh -s /usr/local/bin/zsh
# oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment