forked from pivotal-sprout/sprout-wrap
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
soloistrc.rpco-jcuzel1407.yml
237 lines (226 loc) · 5.53 KB
/
soloistrc.rpco-jcuzel1407.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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
---
recipes:
# base (required by sprout)
- sprout-base
- sprout-base::bash_it
- sprout-base::var_chef_cache
# - sprout-base::homebrew ## Deprecated by new homebrew cookbook
# - sprout-homebrew ## Deprecated by new homebrew cookbook
- homebrew
- homebrew::install_taps
- homebrew::install_casks
- homebrew::install_formulas
- sprout-homebrew::launchctl ## Functionality not yet in homebrew cookbook
# 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-mysql
# - sprout-postgresql
# apps
- sprout-osx-apps::iterm2
# - sprout-osx-apps::flycut
- sprout-osx-apps::shiftit
# - sprout-osx-apps::keycastr
## TODO: Follow up on https://github.com/pivotal-sprout/sprout-osx-settings/issues/24
# - sprout-osx-settings::screen_sharing_app
# - sprout-osx-apps::menumeters
# apps (editors)
- sprout-osx-apps::textmate_preferences
# - sprout-osx-apps::macvim
# - sprout-rubymine
# (added by jcuzella)
# apps
# - sprout-osx-apps::menumeters
# - sprout-osx-apps::virtualbox
# - sprout-osx-apps::vagrant
# apps (added for gloo)
## Commented out until they update to Sublime Text 3
# - sprout-osx-apps::sublime_text
### Lyraphase Workstation & Custom
- lyraphase_workstation::airfoil
- lyraphase_workstation::traktor
- lyraphase_workstation::traktor_audio_2
node_attributes:
bash_it:
enabled_plugins:
plugins:
- base
- osx
- rvm
- ssh
aliases:
- ag
- bundler
- general
- vagrant
completions:
- awscli
- bash-it
- brew
- defaults
- dockerterm
- gem
- git
- rake
- ssh
- tmux
- vagrant
custom_plugins:
sprout-base:
- bash_it/custom/disable_ctrl-s_output_control.bash
- bash_it/custom/enable_ctrl-o_history_execution.bash
sprout:
terminal:
default_profile: 'Pro'
settings:
clock_format: EEE MMM d h:mm:ss a
# EEE h:mm:ss a
screensaver:
ask_for_password: true
ask_for_password_delay: 0
timeout: 600
disksleep: 10
sleep: 1
displaysleep: 2
menubar:
transparency: true
shared_memory:
shmall: 1024
shmmax: 4194304
dock_preferences:
orientation: 'bottom'
auto_hide: false
clear_apps: false
tile_size: 35
magnification': false
git:
projects:
- url: https://gist.github.com/f59a8308d42d71fdba41.git
name: iterm_open_with
workspace_path: ~/src/pub
post_clone_commands:
- "[ ! -d ~/bin ] && mkdir ~/bin"
- ln -sf ~/src/pub/iterm_open_with/iterm_open_with ~/bin/iterm_open_with
homebrew:
taps:
- caskroom/versions
- homebrew/completions
- homebrew/gui
- trinitronx/truecrypt
- jlhonora/lsusb
formulas:
- bash-completion
- ctags-exuberant
- ag
- boot2docker
- chromedriver
- imagemagick
- openssl
- xz
- node
- p7zip
- pstree
- htop-osx
- iperf3
- qt
- ssh-copy-id
- tmux
# For pbcopy to work in tmux: http://evertpot.com/osx-tmux-vim-copy-paste-clipboard/
# Also fixes Sublime Text "subl" command not working
- reattach-to-user-namespace
- tree
- socat
- watch
- wget
- gist
- hub
- mosh
- parallel
- macvim
- wemux
- s3cmd
- ack
- mediainfo
- homebrew/gui/meld
- keybase
- sleepwatcher
- mtr
- jq
- expect
- rename
- pwgen
- terminal-notifier
- yubikey-personalization
# Intel Edison / IoT tools
- dfu-util
- coreutils
- lsusb
casks:
- ccmenu
- cord
- firefox
# - flux
- freefilesync
- gitx-rowanj
- github
- google-chrome
- chefdk
# - near-lock
- google-hangouts
- skype
- textmate
- vagrant
- virtualbox
- vmware-fusion
- wireshark
- xquartz
- xscope
- gpg-suite
- lastpass
- yubico-authenticator
- yubikey-neo-manager
- java
- sqlworkbenchj
- mysqlworkbench
- cyberduck
- dropbox
- hex-fiend
- beyond-compare
# - mumble
# - teamspeak
- sublime-text3
## Commented out until they update to Sublime Text 3
# - sublime-text
workspace_directory: src
# vagrant:
# dmg:
# source: http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/Vagrant-1.3.5.dmg
# checksum: a9486c60f0dd18c52e2c202b4a91a4024469cec6726abdf70438bcc1e79afbb4
virtualbox:
dmg:
source: http://download.virtualbox.org/virtualbox/4.3.2/VirtualBox-4.3.2-90405-OSX.dmg
checksum: de6d2c433b259162ba68156531954cf4c7fd192e8b47e72ea486988e4fe5939e
vim_alias_vi_to_minimal_vim: false
versions:
rvm: 1.26.11
rvm:
default_ruby: ruby-2.2.2
rubies:
ruby-1.9.3-p392:
:command_line_options: --verify-downloads 1 --enable-shared --with-openssl-dir=$rvm_path/usr --with-readline-dir=$rvm_path/usr
multithread_build: true
# TODO: Dynamically get AWS user & key?
# s3cfg:
# access_key:
# secret_key: