parent
6041117b87
commit
af8de08dcd
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# - homebrew: name=caskroom/cask/brew-cask state=upgraded
|
# - homebrew: name=caskroom/cask/brew-cask state=upgraded
|
||||||
- command: brew install caskroom/cask/brew-cask
|
- command: brew install caskroom/cask/brew-cask
|
||||||
- homebrew_cask: name={{ item }}
|
- homebrew_cask: name={{ item }} state=installed
|
||||||
with_items: casks
|
with_items: casks
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
- homebrew_tap: tap=caskroom/fonts
|
- homebrew_tap: tap=caskroom/fonts state=present
|
||||||
- homebrew_cask: name={{ item }}
|
- homebrew_cask: name={{ item }} state=installed
|
||||||
with_items: fonts
|
with_items: fonts
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- homebrew: name={{ item }}
|
- homebrew: name={{ item }} state=present
|
||||||
with_items: formulae
|
with_items: formulae
|
||||||
- homebrew: name=macvim install_options=override-system-vim
|
- homebrew: name=macvim install_options=override-system-vim state=present
|
||||||
- command: brew linkapps
|
- command: brew linkapps
|
||||||
|
Loading…
Reference in new issue