Skip to content

Instantly share code, notes, and snippets.

@japsu
Created March 8, 2016 12:57
Show Gist options
  • Save japsu/b447cb405606393a8cdd to your computer and use it in GitHub Desktop.
Save japsu/b447cb405606393a8cdd to your computer and use it in GitHub Desktop.
- name: tap some homebrew repositories
homebrew_tap: tap={{ item }}
with_items:
- caskroom/cask
- caskroom/versions
- homebrew/dupes
- homebrew/versions
- name: install software via brew
homebrew: name={{ item }}
with_items:
- ansible
- git
- nodejs
- openssh
- mosh
- name: install software via brew cask
homebrew_cask: name={{ item }}
with_items:
- adobe-creative-cloud
- bettertouchtool
# - dash # appstore
- divvy
- google-chrome
- iterm2-beta
- karabiner
- microsoft-office
- paw
- slack
- sublime-text3
- ubar
- ukelele
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment