Skip to content

Instantly share code, notes, and snippets.

@mca-gif
Last active October 5, 2015 04:47
Show Gist options
  • Save mca-gif/6cad6712777fb282546d to your computer and use it in GitHub Desktop.
Save mca-gif/6cad6712777fb282546d to your computer and use it in GitHub Desktop.
Script to Install My Required Software with Brew
#!/bin/sh
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install bash
brew install wget
brew install go
brew install node
brew install base64
brew install git
brew install subversion
brew install python
brew install caskroom/cask/brew-cask
brew cask install --appdir="/Applications" 1password
brew cask install --appdir="/Applications" dropbox
brew cask install --appdir="/Applications" google-chrome
brew cask install --appdir="/Applications" chromecast
brew cask install --appdir="/Applications" firefox
brew cask install --appdir="/Applications" skype
brew cask install --appdir="/Applications" vlc
brew cask install --appdir="/Applications" adobe-creative-cloud
brew cask install --appdir="/Applications" clamxav
brew cask install --appdir="/Applications" java
brew cask install --appdir="/Applications" macvim
brew cask install --appdir="/Applications" phpstorm
brew cask install --appdir="/Applications" pycharm-ce
brew cask install --appdir="/Applications" virtualbox
brew cask install virtualbox-extension-pack
brew cask install --appdir="/Applications" vagrant
brew cask install --appdir="/Applications" sourcetree
brew cask install --appdir="/Applications" mysqlworkbench
brew tap caskroom/versions
brew cask install --appdir="/Applications" sublime-text3
brew cleanup --force
rm -f -r /Library/Caches/Homebrew/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment