Skip to content

Instantly share code, notes, and snippets.

@kkirsche
Last active April 1, 2016 00:36
Show Gist options
  • Save kkirsche/7c8c861fc04b49df6431 to your computer and use it in GitHub Desktop.
Save kkirsche/7c8c861fc04b49df6431 to your computer and use it in GitHub Desktop.
Mac Brewfile
# Brewfile
# Relies on: brew tap Homebrew/bundle
# https://github.com/Homebrew/homebrew-bundle
cask_args appdir: '/Applications'
# Taps
tap "caskroom/cask"
# Brews
brew "ansible"
brew "ansible-cmdb"
brew "cask"
brew "clisp"
brew "elasticsearch"
brew "elixir"
brew "erlang"
brew "gcc"
brew "go"
brew "letsencrypt"
brew "logstash"
brew "lua"
brew "mercurial"
brew "monit"
brew "mysql"
brew "netcat"
brew "nmap"
brew "parallel"
brew "rtorrent"
brew "tmux"
brew "tree"
brew "wget"
# Casks
cask "adobe-air"
cask "atom"
cask "flux"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment