Skip to content

Instantly share code, notes, and snippets.

@ryanseys
Last active October 27, 2015 06:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryanseys/2fe82fa53337f0f6248e to your computer and use it in GitHub Desktop.
Save ryanseys/2fe82fa53337f0f6248e to your computer and use it in GitHub Desktop.
Install stuff
#!/bin/bash
# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install brew-cask
brew install caskroom/cask/brew-cask
# install homebrew packages
brew install python
brew install wget
brew install zsh
brew install trash
brew install rename
brew install bash
brew install node
brew install findutils
# install applications to /Applications
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
brew cask install google-chrome
brew cask install onepassword
brew cask install caffeine
brew cask install sequel-pro
brew cask install firefox
brew cask install iterm2
brew cask install flux
brew cask install google-drive
brew cask install google-hangouts # plugin
brew cask install selfcontrol
brew cask install the-unarchiver
brew cask install transmission
brew cask install vlc
brew cask install virtualbox
brew cask install trailer
brew cask install xampp
brew cask install onyx
brew cask install imageoptim
brew cask install cinch
brew cask install dash
brew cask install clipmenu
brew cask install appcleaner
# Clean up downloads
brew cask cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment