This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 250
/
soloistrc
83 lines (76 loc) · 1.6 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
recipes:
# base (required by sprout)
- sprout-base
- sprout-base::bash_it
- homebrew
- homebrew::install_taps
- homebrew::install_formulas
- homebrew::install_casks
# apps
- sprout-osx-apps::iterm2
- sprout-osx-apps::shiftit
# 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 (editors)
- sprout-jetbrains-editors::rubymine
node_attributes:
sprout:
git:
domain: pivotal.io
authors:
- initials: ah
name: Abhijit Hiremagalur
username: abhi
- initials: bc
name: Brian Cunnie
username: cunnie
- initials: jrhb
name: Jonathan Barnes
- initials: lw
name: Luke Winikates
username: lwinikates
projects:
-
name: sprout-wrap
url: https://github.com/pivotal-sprout/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:
formulas:
- ag
- node
- pstree
- rbenv-binstubs
- tmux
- tree
- vim
- watch
- wget
casks:
- firefox
- flycut
- google-chrome
- google-hangouts
- vagrant