-
Notifications
You must be signed in to change notification settings - Fork 0
/
soloistrc
116 lines (107 loc) · 2.33 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
recipes:
# base (required by sprout)
- sprout-base
- sprout-base::bash_it
- sprout-base::homebrew
- sprout-homebrew
# settings
- sprout-osx-settings
- sprout-osx-settings::dock_preferences
- sprout-terminal
- sprout-terminal::update_font
- sprout-ssh::known_hosts_github
# development (general)
- sprout-base::workspace_directory
- sprout-git
- sprout-git::default_editor
- sprout-git::projects
- sprout-git::git_scripts
- sprout-redis
# development (rails)
- sprout-rbenv
- sprout-ruby
- sprout-mysql
# development (iOS)
# development (Android)
- sprout-osx-apps::android_sdk
# apps
- sprout-osx-apps::keycastr
- sprout-osx-apps::flycut
- sprout-osx-apps::shiftit
# apps (editors)
- sprout-osx-apps::textmate_bundles
- sprout-osx-apps::textmate_preferences
- sprout-rubymine
node_attributes:
sprout:
git:
aliases:
- 'mff "merge --ff-only origin/master"'
gym-pact:
git:
domain: pactapp.com
prefix: pair
authors:
- initials: go
name: Geoff Oberhofer
shortname: geoff
- initials: km
name: Ken Mayer
shortname: ken
- initials: aps
name: Alvaro Perez-Shirley
shortname: alvaro
- initials: br
name: Bobby Ren
shortname: bobby
- initials: ks
name: Karl Schults
shortname: Karl
- initials: lk
name: Laura Ku
shortname: laura
projects:
-
- pact-workstation
- [email protected]:Pact/pact-workstation.git
terminal:
default_profile: 'Homebrew'
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:
formulae:
- ctags-exuberant
- ag
- chromedriver
- imagemagick
- pstree
- qt
- ssh-copy-id
- tmux
- tree
- watch
- wget
- rbenv-binstubs
- rbenv-gem-rehash
casks:
- firefox
- gitx-rowanj
- github
- google-chrome
- google-drive
- google-hangouts
- textmate
- xquartz
- xscope
- andriod_sdk
- flowdock
- heroku-toolbelt
- tig
- appcode
- intellij-idea