parent
98e3769f38
commit
05e6a61170
@ -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
|
@ -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…
Reference in new issue