Skip to content

Commit bc4219c

Browse files
author
Steven Joseph (asyncmind)
committed
fix: updatedefault configs
1 parent e30b63c commit bc4219c

File tree

1 file changed

+138
-20
lines changed

1 file changed

+138
-20
lines changed

configs/default.yml

+138-20
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,41 @@
44
'windows': {
55
'term1': {
66
'windows': {
7-
'python': {},
87
'erlang': {},
98
'devops': {},
109
'clientside': {},
1110
'bdd': {},
1211
'home': {},
13-
'doco': {}
12+
'doco': {},
13+
'damage': {
14+
},
15+
'asyncmind': {
16+
},
17+
'node0': {
18+
'shell_command': 'autossh.py node0.lan'
19+
},
20+
'razorjack': {
21+
'shell_command': 'autossh.py razorjack.lan'
22+
},
23+
'doombox': {
24+
'shell_command': 'autossh.py doombox.lan'
25+
},
26+
'yoga': {
27+
'shell_command': 'autossh.py yoga0.lan'
28+
},
29+
'threadripper1': {
30+
'shell_command': 'autossh.py threadripper1.lan'
31+
},
32+
'surface': {
33+
'shell_command': 'autossh.py surface0.lan'
34+
}
1435
}
1536
},
1637
'term0': {
1738
"start_directory": "~/devel/",
1839
'windows': {
19-
'python_dev': {
20-
"start_directory": "~/devel/",
21-
},
22-
'devops_dev': {
23-
"start_directory": "~/devel/",
24-
},
25-
'riak_dev': {},
26-
'js_dev': {},
27-
'mobile_dev': {},
28-
'home_dev': {},
29-
'flutter_dev': {},
30-
'bdd_dev': {}
40+
'system': {},
41+
'audio': {}
3142
}
3243
},
3344
'term2': {
@@ -38,17 +49,101 @@
3849
'crypto': {},
3950
'qtile': {},
4051
'flutter': {},
41-
'bddrun': {}
52+
'bddrun': {},
53+
'ai': {}
4254
}
4355
},
44-
'bdd': {
56+
'staging': {
57+
"start_directory": "~/DamageInc/DamageBDD/"
58+
},
59+
'local': {
4560
'windows': {
46-
'bdd_local': {},
47-
'bdd_staging': {},
48-
'bdd_prod': {}
61+
'dmesg': {
62+
'shell_command': 'sudo dmesg -w'
63+
},
64+
'journalctl': {
65+
'shell_command': 'journalctl -f'
66+
}
4967
}
5068
},
51-
'comm': {
69+
'asyncmind': {
70+
'windows': {
71+
'asyncmind': {
72+
"start_directory": "~/DamageInc/asyncmind/",
73+
'shell_command': 'rebar3 shell'
74+
},
75+
'debug': {
76+
"start_directory": "~/DamageInc/asyncmind/",
77+
'shell_command': 'tail -F logs/debug.log'
78+
},
79+
'error': {
80+
"start_directory": "~/DamageInc/asyncmind/",
81+
'shell_command': 'tail -F logs/error.log'
82+
},
83+
'info': {
84+
"start_directory": "~/DamageInc/asyncmind/",
85+
'shell_command': 'tail -F logs/info.log'
86+
},
87+
}
88+
},
89+
'damage': {
90+
'windows': {
91+
'damage': {
92+
"start_directory": "~/DamageInc/DamageBDD/",
93+
'shell_command': 'rebar3 shell'
94+
},
95+
'debug': {
96+
"start_directory": "~/DamageInc/DamageBDD/",
97+
'shell_command': 'tail -F logs/debug.log'
98+
},
99+
'error': {
100+
"start_directory": "~/DamageInc/DamageBDD/",
101+
'shell_command': 'tail -F logs/error.log'
102+
},
103+
'info': {
104+
"start_directory": "~/DamageInc/DamageBDD/",
105+
'shell_command': 'tail -F logs/info.log'
106+
},
107+
}
108+
},
109+
'system': {
110+
"start_directory": "~/devel/",
111+
'windows': {
112+
'htop':{
113+
'shell_command': 'htop'
114+
},
115+
'nvtop':{
116+
'shell_command': 'nvtop'
117+
},
118+
'nvidia': {
119+
'shell_command': 'nvidia-smi -l'
120+
}
121+
}
122+
},
123+
'bddrun': {
124+
'windows': {
125+
'bdd_local': {
126+
"start_directory": "~/DamageInc/DamageBDD/"
127+
},
128+
'bdd_staging': {
129+
"start_directory": "~/DamageInc/DamageBDD/"
130+
},
131+
'bdd_prod': {
132+
"start_directory": "~/DamageInc/DamageBDD/"
133+
}
134+
}
135+
},
136+
'ai': {
137+
'windows': {
138+
'asyncmind_ai': {
139+
"start_directory": "~/devel/asyncmind/"
140+
},
141+
'damage_ai': {
142+
"start_directory": "~/DamageInc/DamageBDD/"
143+
}
144+
}
145+
},
146+
'comms': {
52147
'windows': {
53148
'network': {},
54149
'system': {},
@@ -73,6 +168,29 @@
73168
'shell_command': 'htop'
74169
}
75170
}
171+
},
172+
'qtile': {
173+
'windows': {
174+
'taqtile': {
175+
'shell_command': 'tail -F ~/.local/share/qtile/qtile.taqtile.log'
176+
},
177+
'qtile': {
178+
'shell_command': 'tail -n 30 -F ~/.local/share/qtile/qtile.log'
179+
},
180+
'pipewire': {
181+
'shell_command': 'journalctl --user -f -u pipewire'
182+
}
183+
}
184+
},
185+
'audio': {
186+
'windows': {
187+
'mixer': {
188+
'shell_command': 'pulsemixer'
189+
},
190+
'spotify': {
191+
'shell_command': 'spt'
192+
}
193+
}
76194
}
77195
}
78196
}

0 commit comments

Comments
 (0)