-
Notifications
You must be signed in to change notification settings - Fork 1
/
tmuxp.yaml
57 lines (57 loc) · 1.36 KB
/
tmuxp.yaml
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
session_name: rabbit
windows:
- focus: 'true'
layout: b79c,237x74,0,0{125x74,0,0[125x37,0,0,1,125x36,0,38,2],111x74,126,0,3}
options:
automatic-rename: 'off'
panes:
- shell_command:
- cd /mnt/c/github/miros-rabbitmq
- deactivate
- . ./venv/bin/activate
- clear
- focus: 'true'
shell_command:
- cd /mnt/c/github/miros-rabbitmq
- deactivate
- . ./venv/bin/activate
- clear
- shell_command:
- cd /mnt/c/github/miros-rabbitmq
- deactivate
- . ./venv/bin/activate
- clear
window_name: experiment
- options:
automatic-rename: 'off'
panes:
- shell_command:
- miros-rabbitmq
- clear
- while inotifywait -e modify ./miros-rabbitmq/*.py ./test/*.py; do pytest -s; done
- shell_command:
- miros-rabbitmq
- deactivate
- . ./venv/bin/activate
- cd ./docs/
- clear
- while inotifywait -e modify ./source/*.rst ./source/_static/*.uxf; do make html; done
start_directory: /mnt/c/github/miros-rabbitmq
window_name: automation
- options:
automatic-rename: 'off'
panes:
- shell_command:
- cd /mnt/c/github/miros-rabbitmq/
- deactivate
- . ./venv/bin/activate
- clear
- vim tmuxp.yaml
- shell_command:
- deactivate
- . ./venv/bin/activate
- clear
- miros-rabbitmq
- clear
start_directory: /mnt/c/github/miros-rabbitmq
window_name: extra