Created
April 8, 2015 21:37
-
-
Save codeprogression/89f36b8be8e82e8c90dd to your computer and use it in GitHub Desktop.
Paved MacBook Script(ish)
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 oh-my-zsh (http://ohmyz.sh) _Prompts XCode Command Line Tools install_ | |
# Install Brew (http://brew.sh) | |
# Install Brew Cask (caskroom.io) brew install caskroom/cask/brew-cask | |
brew install cask | |
brew cask install xquartz | |
brew cask install iterm2 | |
brew install git | |
brew install ruby | |
brew install ruby-build | |
brew install rbenv | |
brew install node | |
npm install -g npm@latest | |
brew cask install atom | |
brew cask install alfred | |
brew install coreutils | |
brew cask install inkscape | |
brew cask install java | |
brew tap caskroom/versions | |
brew cask install java7 | |
brew cask install java6 | |
brew cask install dropbox | |
brew cask install 1password | |
brew cask install chrome | |
brew cask install mailbox | |
brew install android-sdk | |
android # opens sdk manager | |
brew install android-ndk | |
brew cask install android-studio | |
brew cask install virtualbox | |
brew cask install genymotion | |
brew cask install p4merge | |
brew cask install vlc | |
brew cask install handbrake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment