Skip to content

Instantly share code, notes, and snippets.

@bltavares
Created January 10, 2015 23:35
Show Gist options
  • Save bltavares/61f9a6d4c9b5df9c032f to your computer and use it in GitHub Desktop.
Save bltavares/61f9a6d4c9b5df9c032f to your computer and use it in GitHub Desktop.
-
hosts: all
tasks:
- shell: brew tap caskroom/homebrew-cask
- homebrew: name=brew-cask
- homebrew_cask: name=alfred
- homebrew_cask: name=firefox
- homebrew_cask: name=google-chrome
- homebrew_cask: name=iterm2
- homebrew_cask: name=dash
- homebrew_cask: name=tunnelblick
- homebrew_cask: name=karabiner
- homebrew_cask: name=caffeine
- homebrew_cask: name=spectacle
- homebrew_cask: name=emacs
- homebrew_cask: name=macvim
- homebrew_cask: name=vagrant,virtualbox
- homebrew_cask: name=java
- homebrew: name=tmux
- homebrew: name=zsh
- homebrew: name=wget
- homebrew: name=mutt,isync
- homebrew: name=weechat
- homebrew: name=git
- homebrew: name=reattach-to-user-namespace
- homebrew_cask: name=gpgtools
- homebrew: name=pass
- homebrew: name=nodejs
- gem: name=bundler
- gem: name=foreman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment