-
Notifications
You must be signed in to change notification settings - Fork 2
/
pi.tmuxinator.yml
75 lines (72 loc) · 1.65 KB
/
pi.tmuxinator.yml
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
# ./.tmuxinator.yml
name: pi
root: /home/sebastian/Documents/Projects/distod
startup_window: dev
startup_pane: 1
windows:
- dev:
panes:
- deployment:
- cd experiments
- clear
- cluster:
layout: tiled
# Synchronize all panes of this window
synchronize: after
pre:
- cd deployment
panes:
- pi01:
- set -x host pi01.local
- ssh pi@$host
- clear
- pi02:
- set -x host pi02.local
- ssh pi@$host
- clear
- pi03:
- set -x host pi03.local
- ssh pi@$host
- clear
- pi04:
- set -x host pi04.local
- ssh pi@$host
- clear
- pi05:
- set -x host pi05.local
- ssh pi@$host
- clear
- pi06:
- set -x host pi06.local
- ssh pi@$host
- clear
- pi07:
- set -x host pi07.local
- ssh pi@$host
- clear
- pi08:
- set -x host pi08.local
- ssh pi@$host
- clear
- pi09:
- set -x host pi09.local
- ssh pi@$host
- clear
- pi10:
- set -x host pi10.local
- ssh pi@$host
- clear
- pi11:
- set -x host pi11.local
- ssh pi@$host
- clear
- pi12:
- set -x host pi12.local
- ssh pi@$host
- clear
- head:
panes:
- pi01:
- set -x host pi01.local
- ssh pi@$host
- clear