Created
May 9, 2014 02:38
-
-
Save libero18/32da953cab169b6529b8 to your computer and use it in GitHub Desktop.
Brewfile
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
# 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