Created
October 25, 2013 21:06
-
-
Save elandesign/7161852 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
# XCode Tools | |
xcode-select --install | |
# Homebrew | |
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
# *nix tools | |
brew install git imagemagick memcached mongodb mysql nmap openssl qt rabbitmq rbenv ruby-build zookeeper bash-completion | |
# Casks | |
brew tap phinze/homebrew-cask | |
brew install brew-cask | |
brew cask install adium | |
brew cask install alfred | |
brew cask install all2mp3 | |
brew cask install copy | |
brew cask install dropbox | |
brew cask install feeds | |
brew cask install firefox | |
brew cask install google-chrome | |
brew cask install google-drive | |
brew cask install gpgtools | |
brew cask install hexfiend | |
brew cask install plex | |
brew cask install whats-app-pocket | |
brew cask install renamer | |
brew cask install sequel-pro | |
brew cask install skype | |
brew cask install spotify | |
brew cask install sublime-text | |
brew cask install transmit | |
brew cask install unison-usenet | |
brew cask install viscosity | |
brew cask install vlc | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment