Skip to content

Instantly share code, notes, and snippets.

@derinbay
Last active April 13, 2018 14:50
Show Gist options
  • Save derinbay/d9d6b1f7c28e5fc168f004585be7a4b2 to your computer and use it in GitHub Desktop.
Save derinbay/d9d6b1f7c28e5fc168f004585be7a4b2 to your computer and use it in GitHub Desktop.
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew install caskroom/cask/brew-cask
brew tap caskroom/versions
#Programming Languages
brew cask install java8
brew install node
brew install android-sdk
npm install -g appium
npm install wd
#Dev Tools
brew install git
brew install maven
brew install wget
brew install telnet
brew cask install intellij-idea
brew cask install iterm2
brew cask install sourcetree
brew cask install sublime-text
brew cask install genymotion
#Communication Apps
brew cask install slack
brew cask install skype
#Web Tools
brew cask install google-chrome
brew cask install firefox
#File Storage
brew cask install google-backup-and-sync
#Other Tools
brew cask install evernote
brew cask install spotify
brew cask install whatsapp
brew cask install airdroid
brew cask install android-file-transfer
brew cask install keepassx
brew cask install rescuetime
brew cask install teamviewer
brew cask install vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment