-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcihai.yaml
59 lines (59 loc) · 1.27 KB
/
cihai.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
58
59
session_name: cihai
start_directory: ~/work/cihai
shell_command_before:
- cmd: poetry shell --quiet --no-interaction
sleep_before: .25
sleep_after: .25
- cmd: reset
sleep_before: .75
sleep_after: .25
windows:
- window_name: cihai
start_directory: ./cihai
layout: main-horizontal
focus: true
panes:
- focus: True
- blank
- make watch_mypy
- - cmd: >
make start
sleep_before: .5
options:
main-pane-height: 67%
- window_name: cihai-cli
start_directory: ./cihai-cli
layout: main-horizontal
panes:
- focus: True
- blank
- make watch_mypy
- - cmd: >
make start
sleep_before: .5
options:
main-pane-height: 67%
- window_name: unihan-etl
start_directory: ./unihan-etl
layout: main-horizontal
panes:
- focus: True
- blank
- make watch_mypy
- - cmd: >
make start
sleep_before: .5
options:
main-pane-height: 67%
- window_name: unihan-db
start_directory: ./unihan-db
layout: main-horizontal
panes:
- focus: True
- blank
- make watch_mypy
- - cmd: >
make start
sleep_before: .5
options:
main-pane-height: 67%