forked from pivotal-sprout/sprout-wrap
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
soloistrc.C02RP63SG8WP.yml
299 lines (288 loc) · 7.4 KB
/
soloistrc.C02RP63SG8WP.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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
---
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
## Must be before homebrew::install_formulas to avoid symlink conflict error
- lyraphase_workstation::gpg21
- homebrew::install_formulas
## Functionality not yet in homebrew cookbook
## - sprout-homebrew::launchctl
# settings
- sprout-osx-settings
- sprout-osx-settings::dock_preferences
- sprout-osx-settings::inputrc
- sprout-osx-settings::defaults_fast_key_repeat_rate
- sprout-osx-settings::locate
- sprout-osx-settings::machine_name
- 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::loopback_alias_ip
- lyraphase_workstation::ssh_tunnel_port_override
# - lyraphase_workstation::bash4
# - lyraphase_workstation::bash_it_custom_plugins
# - lyraphase_workstation::iterm2
# - lyraphase_workstation::iterm2_shell_integration
node_attributes:
bash_it:
repository: 'https://github.com/Bash-it/bash-it.git'
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 ~jcuzella/bin ] && mkdir ~jcuzella/bin || true"
- >
ln -sf ~jcuzella/src/pub/iterm_open_with/iterm_open_with ~jcuzella/bin/iterm_open_with
aliases:
- ci "commit -S"
# - >
# oldest-ancestor '!bash -c "diff -u <(git rev-list --first-parent \"${1:-master}\") <(git rev-list --first-parent \"${2:-HEAD}\") | sed -ne \"s/^ //p\" | head -1"'
- >
oldest-ancestor '!bash -c "diff -u <(git rev-list --first-parent \"${1:-master}\") <(git rev-list --first-parent \"${2:-HEAD}\") | sed -ne '\''s/^ //p'\'' | head -1"'
- unstage-all "reset HEAD --"
global_config:
core.pager: '"less -FXRS -x2"'
apply.whitespace: nowarn
color.branch: auto
color.diff: auto
color.interactive: auto
color.status: auto
color.ui: auto
branch.autosetupmerge: 'true'
rebase.autosquash: 'true'
# Custom git config settings
core.excludesfile: /Users/jcuzella/.gitignore_global
user.signingkey: 09F02FCD
push.default: simple
bash-it.hide-status: '1'
url."[email protected]:".insteadOf: https://github.com/
commit.gpgsign: 'true'
gpg.program: gpg2
merge.tool: meld
homebrew:
taps:
- chef/chef
- caskroom/versions
- trinitronx/truecrypt
- insomniacslk/dublin-traceroute
- jlhonora/lsusb
formulas:
- bash-completion
- ctags-exuberant
- ag
- docker
- docker-compose
- docker-machine
- docker-machine-nfs
- terraform
- kubernetes-cli
- kops
- imagemagick
- openssl
- xz
- go
- node
- maven
- thrift
- p7zip
- pstree
- unrar
- 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
- awscli
- s3cmd
- ack
- mediainfo
- keybase
- sleepwatcher
- wakeonlan
- mtr
- proxytunnel
- jq
- xmlstarlet
- expect
- rename
- lastpass-cli
- pwgen
- terminal-notifier
- yubikey-personalization
# Intel Edison / IoT tools
- dfu-util
- coreutils
- lsusb
# OSX Fuse FS drivers
- ext2fuse
- ext4fuse
casks:
- ccmenu
- cord
- firefox
# - flux
# - freefilesync ### DOWNLOAD FAILED! TODO
# - gitx-rowanj ### CASK DOES NOT EXIST TODO
- github
- google-chrome
- chromedriver
- chefdk
# - near-lock
- netspot
- google-hangouts
- skype
- textmate
- vagrant
- virtualbox
- virtualbox-extension-pack
- vmware-fusion
- minikube
- wireshark
- xquartz
- xscope
- gpg-suite
- truecrypt
- veracrypt
- osxfuse
- lastpass
- yubico-authenticator
- yubico-yubikey-manager
- yubico-yubikey-piv-manager
- yubico-yubikey-personalization-gui
- java
- java6
- sqlworkbenchj
- mysqlworkbench
- intellij-idea-ce
- cyberduck
- dropbox
- hex-fiend
- beyond-compare
# - mumble
# - teamspeak
## Commented out until they update to Sublime Text 3
- sublime-text
- sublime-merge
- meld
- balenaetcher
workspace_directory: src
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: