[meta] Separate vars out into different files

pull/28/head
Alpha Chen 10 years ago
parent 98e3769f38
commit 05e6a61170

@ -1,4 +1,5 @@
---
- include_vars: casks.yml
# - homebrew: name=caskroom/cask/brew-cask state=upgraded
- command: brew install caskroom/cask/brew-cask
- homebrew_cask: name={{ item }} state=installed

@ -1,4 +1,5 @@
---
- include_vars: defaults.yml
- command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1
sudo: True
- command: defaults write {{ item }}

@ -1,4 +1,5 @@
---
- include_vars: fonts.yml
- homebrew_tap: tap=caskroom/fonts state=present
- homebrew_cask: name={{ item }} state=installed
with_items: fonts

@ -1,4 +1,5 @@
---
- include_vars: formulae.yml
- homebrew: name={{ item }} state=present
with_items: formulae
- homebrew: name=macvim install_options=override-system-vim state=present

@ -1,6 +1,6 @@
---
- homebrew: update_homebrew=yes
- include: homebrew.yml
- include: formulae.yml
- include: casks.yml
- include: fonts.yml
- include: defaults.yml

@ -0,0 +1,23 @@
---
casks:
- adium
- alfred
- bittorrent-sync
- black-ink
- dropbox
- google-chrome
- fantastical
- firefox
- flux
- moom
- onepassword
- plug
- qlmarkdown
- qlstephen
- quicklook-csv
- quicklook-json
- steam
- things
- transmission
- vlc
- ynab

@ -1,40 +1,4 @@
---
formulae:
- chruby
- ctags
- fasd
- git
# - macvim # Needs install_options=override-system-vim
- ruby-install
- reattach-to-user-namespace
- the_silver_searcher
- tmux
- youtube-dl
- zsh
casks:
- adium
- alfred
- bittorrent-sync
- black-ink
- dropbox
- google-chrome
- fantastical
- firefox
- flux
- moom
- onepassword
- plug
- qlmarkdown
- qlstephen
- quicklook-csv
- quicklook-json
- steam
- things
- transmission
- vlc
- ynab
fonts:
- font-sauce-code-powerline
defaults:
- -g NSDisableAutomaticTermination -bool true # Don't quit idle applications

@ -0,0 +1,3 @@
---
fonts:
- font-sauce-code-powerline

@ -0,0 +1,13 @@
---
formulae:
- chruby
- ctags
- fasd
- git
# - macvim # Needs install_options=override-system-vim
- ruby-install
- reattach-to-user-namespace
- the_silver_searcher
- tmux
- youtube-dl
- zsh
Loading…
Cancel
Save