Last active
September 22, 2016 19:23
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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