-
Notifications
You must be signed in to change notification settings - Fork 1
/
site.yml
41 lines (39 loc) · 1021 Bytes
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
- hosts: all
vars:
tmp_dir: ~/tmp
pre_tasks:
- file: path={{ tmp_dir }} state=directory mode=0700
- file: path=~/.ssh state=directory mode=0700
- file: path=~/Documents/projects state=directory mode=0700
- homebrew_tap: tap=caskroom/versions state=present
roles:
- { role: finder }
- { role: dropbox, sudo: yes }
- { role: 1password, sudo: yes }
- { role: alfred, sudo: yes }
- { role: comms, sudo: yes}
- { role: keychain }
- { role: zsh }
- { role: iterm2 }
- { role: tmux }
- { role: git }
- { role: vim }
- { role: emacs }
- { role: java }
- { role: clojure }
- { role: less }
# - { role: erlang }
- { role: python }
- { role: dash }
- { role: vmware-fusion }
- { role: vagrant }
- { role: evernote }
- { role: omnifocus }
- { role: omnigraffle }
- { role: chrome }
- { role: flash }
- { role: microsoft-office}
- { role: xhyve }
- { role: spotify }
- { role: tools }