Skip to content

Instantly share code, notes, and snippets.

@driverdan
Last active September 22, 2016 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save driverdan/1c39871b16af95fc3a45 to your computer and use it in GitHub Desktop.
Save driverdan/1c39871b16af95fc3a45 to your computer and use it in GitHub Desktop.
My Brewfile. Top section is mostly dev tools, cask items are standard GUI apps.
cask_args appdir: '/Applications'
brew 'autoconf'
brew 'automake'
brew 'awscli'
brew 'bash-completion'
brew 'ctags'
brew 'curl'
brew 'git'
brew 'go'
brew 'gpg'
brew 'imagemagick'
brew 'node'
brew 'openssl'
brew 'pkg-config'
brew 'python'
brew 'python3'
brew 'qt'
brew 'sqlite'
brew 'tmux'
tap 'homebrew/science'
brew 'opencv'
brew 'caskroom/cask/brew-cask'
cask 'docker'
cask 'firefox'
cask 'google-chrome'
cask 'imageoptim'
cask 'java'
cask 'slack'
cask 'the-unarchiver'
cask 'vagrant'
cask 'virtualbox'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment