Last active
August 29, 2015 14:20
-
-
Save bennettaur/9dbe1943b8e77c86afa8 to your computer and use it in GitHub Desktop.
Mac Setup
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 if you haven't already | |
if [[ -z "$(which brew)" ]] | |
then | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
fi | |
# Install Homebrew Cask | |
brew install caskroom/cask/brew-cask | |
brew cask install google-chrome | |
brew cask install pycharm-ce | |
brew cask install adium | |
brew cask install gpgtools | |
brew cask install adobe-reader | |
brew cask install sublime-text | |
brew cask install tunnelblick | |
brew cask install android-file-transfer | |
brew cask install android-studio | |
brew cask install boot2docker | |
brew cask install chromecast | |
brew cask install copy | |
brew cask install dash | |
brew cask install firefox | |
brew cask install gpgtools | |
brew cask install paintbrush | |
brew cask install private-internet-access | |
brew cask install skype | |
brew cask install sonos | |
brew cask install virtualbox | |
brew cask install xquartz | |
brew cask install wireshark | |
brew cask install iterm2 | |
brew cask install vlc | |
brew cask install java | |
brew cask install nmap | |
brew cask install postgres | |
brew cask install silverlight | |
brew cask install osxfuse | |
brew install cmake | |
brew install avidemux | |
brew install curl | |
brew install dos2unix | |
brew install ext2fuse | |
brew install ext4fuse | |
brew install gradle | |
brew install nginx | |
brew install node | |
brew install openssl | |
brew install p7zip | |
brew install python | |
brew install rbenv | |
brew install readline | |
brew install scapy | |
brew install sqlite | |
brew install wget | |
brew install zsh | |
npm install -g airsonos | |
pip install -U setuptools | |
pip install virtualenv ipython |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment