Skip to content

Instantly share code, notes, and snippets.

@garukun
Last active June 26, 2017 13:24
Show Gist options
  • Save garukun/d8d757e6e16f34c18355e0de1821b1f3 to your computer and use it in GitHub Desktop.
Save garukun/d8d757e6e16f34c18355e0de1821b1f3 to your computer and use it in GitHub Desktop.
Common Brewfile
# Install Homebrew (http://brew.sh)
# and then install brew bundle, `brew tap Homebrew/bundle`,
# and finally run `brew bundle`!
# Golang
brew 'glide'
brew 'go'
brew 'godep'
brew 'graphviz'
brew 'gnuplot'
brew 'gd'
brew 'gdbm'
# NodeJS
brew 'nvm'
# Then use nvm to install node, e.g. nvm install v4.2.3
# Engineer will love these
brew 'awscli'
brew 'git'
brew 'hub'
brew 'htop'
brew 'jq'
brew 'kubernetes-cli'
brew 'openssl'
brew 's3cmd'
brew 'tree'
brew 'wget'
brew 'bash'
brew 'bash-completion'
brew 'zsh'
brew 'zsh-completions'
brew 'vim'
brew 'watch'
brew 'xz'
brew 'netcat'
# Vungle still uses them
cask 'chefdk'
cask 'google-cloud-sdk'
cask 'minikube'
# Java
brew 'gradle'
brew 'maven'
# Misc (totally optional)
brew 'sqlite'
brew 'python'
brew 'protobuf'
brew 'scala'
brew 'sbt'
brew 'mongo'
brew 'cocoapods'
brew 'fontconfig'
brew 'closure-compiler'
brew 'bazel'
cask 'java'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment