Skip to content

Instantly share code, notes, and snippets.

@ccostel
Last active December 6, 2019 13:23
Show Gist options
  • Save ccostel/7f9bcefc0e12a871003a312550629d06 to your computer and use it in GitHub Desktop.
Save ccostel/7f9bcefc0e12a871003a312550629d06 to your computer and use it in GitHub Desktop.
## Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
## Install zsh
brew install zsh
## Make zsh default
chsh -s /bin/zsh
## Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment