forked from pivotal-sprout/sprout-wrap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsoloistrc
79 lines (73 loc) · 1.48 KB
/
soloistrc
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
recipes:
# base (required by sprout)
- sprout-base
- sprout-base::bash_it
- homebrew
- homebrew::install_taps
- homebrew::install_formulas
- homebrew::install_casks
# settings
- sprout-osx-settings
- sprout-osx-settings::dock_preferences
- sprout-terminal
- sprout-ssh::known_hosts_github
# development (general)
- sprout-base::workspace_directory
- sprout-git
- sprout-git::default_editor
- sprout-git::projects
- sprout-git::git_scripts
# development (rails)
- sprout-rbenv
- sprout-ruby
- sprout-postgresql
# apps
- sprout-osx-apps::shiftit
node_attributes:
sprout:
git:
domain: buildgroundwork.com
authors:
- initials: am
name: Adam Milligan
username: adam
projects:
-
name: sprout-wrap
url: https://github.com/buildgroundwork/sprout-wrap.git
terminal:
default_profile: 'Pro'
settings:
clock_format: EEE MMM d h:mm:ss a
dock_preferences:
orientation: 'left'
auto_hide: true
clear_apps: true
tile_size: 35
magnification: false
homebrew:
taps:
- universal-ctags/universal-ctags
formulas:
- name: universal-ctags
head: true
- ag
- chromedriver
- imagemagick
- node
- pstree
- qt
- ssh-copy-id
- tmux
- tree
- watch
- wget
- rbenv-binstubs
casks:
- firefox
- google-chrome
- macvim
- vagrant
- virtualbox
- xquartz
- xscope