Skip to content

Instantly share code, notes, and snippets.

@libero18
Created May 9, 2014 02:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libero18/32da953cab169b6529b8 to your computer and use it in GitHub Desktop.
Save libero18/32da953cab169b6529b8 to your computer and use it in GitHub Desktop.
Brewfile
# Make sure using latest Homebrew
update
# Update already-installed formula
upgrade
# Add Repository
tap caskroom/cask
tap homebrew/binary
tap homebrew/completions
tap sanemat/font
# Packages for development
install zsh
install git
install git-crypt
install tig
install vim
install ricty
install wget
install jq
# Packages for provisioning
install ansible
install docker
install packer
# Packages for completion
install vagrant-completion
install zsh-completions
# Packages for brew-cask
install brew-cask
# .dmg from brew-cask
cask install google-chrome
cask install virtualbox
cask install vagrant
cask install iterm2
cask install dash
cask install cheatsheet
cask install keyremap4macbook
cask install alfred
# add search target
cask alfred link
# Remove outdated versions
cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment