Skip to content

Instantly share code, notes, and snippets.

@nicksnell
Last active December 4, 2015 23:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicksnell/80b716fcf108390bd0fb to your computer and use it in GitHub Desktop.
Save nicksnell/80b716fcf108390bd0fb to your computer and use it in GitHub Desktop.
Script for setting up Homebrew and a bunch of apps
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install dnscrypt-proxy
brew install gettext
brew install imagemagick
brew install hub
brew install mercurial
brew install mariadb
brew install mongodb
brew install ngrep
brew install npm
brew install phantomjs
brew install postgresql
brew install python3
brew install redis
brew install v8
brew install wget
brew install caskroom/cask/brew-cask
brew cask install alfred
brew cask install bartender
brew cask install caffeine
brew cask install chromium
brew cask install colloquy
brew cask install dropbox
brew cask install evernote
brew cask install kaleidoscope
brew cask install firefox
brew cask install github-desktop
brew cask install google-chrome
brew cask install gpgtools
brew cask install heroku-toolbelt
brew cask install little-snitch
brew cask install mysqlworkbench
brew cask install openoffice
brew cask install opera
brew cask install postgres
brew cask install remote-desktop-connection
brew cask install slack
brew cask install sourcetree
brew cask install skype
brew cask install spotify
brew cask install sublime-text-3
brew cask install teamviewer
brew cask install transmit
brew cask install utorrent
brew cask install vlc
brew cask install virtualbox
brew cask install wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment