Skip to content

Instantly share code, notes, and snippets.

@ronniehicks
Last active September 30, 2017 05:42
Show Gist options
  • Save ronniehicks/3a1358ee8aaee24e5e7f2a157f71f615 to your computer and use it in GitHub Desktop.
Save ronniehicks/3a1358ee8aaee24e5e7f2a157f71f615 to your computer and use it in GitHub Desktop.
Mac Dev setup
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sh -c "$(curl -fsSL https://gist.githubusercontent.com/ronniehicks/3a1358ee8aaee24e5e7f2a157f71f615/raw/81fcd89fe1466863add77f92e2fe4dceb32782db/install-homebrew.sh)"
brew install zsh zsh-completions tmux reattach-to-user-namespace fpp
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Automated install

Run sh -c "$(curl -fsSL https://gist.githubusercontent.com/chibigoku04/3a1358ee8aaee24e5e7f2a157f71f615/raw/976c6b075ae6994e7737079d646f7a500cf3eb6a/install.sh)"

Manual steps

  • Install Homebrew sh -c "$(curl -fsSL https://gist.githubusercontent.com/chibigoku04/3a1358ee8aaee24e5e7f2a157f71f615/raw/81fcd89fe1466863add77f92e2fe4dceb32782db/install-homebrew.sh)"
  • Install zsh brew install zsh zsh-completions
  • Install other goodies brew install tmux reattach-to-user-namespace fpp
  • Install oh-my-zsh sh -c "$(curl -fsSL https://raw.github.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