forked from osxc/legacy-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.yml
44 lines (38 loc) · 843 Bytes
/
all.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
42
43
44
---
- hosts: all
roles:
- role: homebrews
- role: dotfiles
- role: vim
# shell tooling
- role: git_install
git_user_name: Matt DeLand
git_user_email: [email protected]
- role: legit
- role: hub
- role: rbenv
- role: python_packages
- role: npm_package
package_name: grunt
- role: npm_package
package_name: bower
# data tools
- role: git_package
repo: github.com/gcapan/recommender
- role: pyopt
# osx config
- role: dock
apps:
- "'/Applications/Mailplane 3.app'"
- "'/Applications/Google Chrome.app'"
- /Applications/Spotify.app
- /Applications/iTerm.app
- /Applications/Asana.app
- /Applications/Slack.app
folders:
- path: ~/
- path: /Applications
- path: ~/Downloads
sort: datemodified
- role: dashboard
disabled: YES