Last active
February 28, 2016 02:23
-
-
Save jasonmorganson/69a416bba2ba6f8c6a82 to your computer and use it in GitHub Desktop.
Setup OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Brew | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Add Casks | |
curl https://gist.githubusercontent.com/jasonmorganson/28e3cb957716f479e585/raw/07010f93702f6dfe330caae65bd3aceb840f0179/Casklist | brew cask | |
# Add Brew taps | |
curl https://gist.githubusercontent.com/jasonmorganson/da90bc75a6813ffb1f72/raw/7ad39ddeb7b0be152b4b1abd2a08aa9f78f3ff7d/Brewtaps | brew tap | |
# Install from brew | |
curl https://gist.githubusercontent.com/jasonmorganson/4e99ed54bdcb24f7ea4d/raw/2579e73690cdbda20f7b4cb2589a367312f600c6/Brewlist | brew install | |
# Install Pure Prompt | |
# https://github.com/sindresorhus/pure | |
npm install --global pure-prompt | |
# Set Zsh as default shell | |
chsh -s /bin/zsh | |
# Clone Prezto | |
# https://github.com/sorin-ionescu/prezto | |
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" | |
# Install Antibody plugins | |
curl https://gist.githubusercontent.com/jasonmorganson/75caab67caeb89e34b8f/raw/0e05889576156b9982b4dfd56d07626be5569be5/Antibodylist | antibody bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment