|
4 | 4 | 'windows': {
|
5 | 5 | 'term1': {
|
6 | 6 | 'windows': {
|
7 |
| - 'python': {}, |
8 | 7 | 'erlang': {},
|
9 | 8 | 'devops': {},
|
10 | 9 | 'clientside': {},
|
11 | 10 | 'bdd': {},
|
12 | 11 | '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 | + } |
14 | 35 | }
|
15 | 36 | },
|
16 | 37 | 'term0': {
|
17 | 38 | "start_directory": "~/devel/",
|
18 | 39 | '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': {} |
31 | 42 | }
|
32 | 43 | },
|
33 | 44 | 'term2': {
|
|
38 | 49 | 'crypto': {},
|
39 | 50 | 'qtile': {},
|
40 | 51 | 'flutter': {},
|
41 |
| - 'bddrun': {} |
| 52 | + 'bddrun': {}, |
| 53 | + 'ai': {} |
42 | 54 | }
|
43 | 55 | },
|
44 |
| - 'bdd': { |
| 56 | + 'staging': { |
| 57 | + "start_directory": "~/DamageInc/DamageBDD/" |
| 58 | + }, |
| 59 | + 'local': { |
45 | 60 | '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 | + } |
49 | 67 | }
|
50 | 68 | },
|
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': { |
52 | 147 | 'windows': {
|
53 | 148 | 'network': {},
|
54 | 149 | 'system': {},
|
|
73 | 168 | 'shell_command': 'htop'
|
74 | 169 | }
|
75 | 170 | }
|
| 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 | + } |
76 | 194 | }
|
77 | 195 | }
|
78 | 196 | }
|
0 commit comments