Fix tmuxinator config names
This commit is contained in:
parent
033a5e203f
commit
120f8be5d8
2 changed files with 10 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
name: ctf_deploy
|
|
||||||
root: ~/
|
|
||||||
|
|
||||||
windows:
|
|
||||||
- ctf_deploy:
|
|
||||||
layout: even-vertical
|
|
||||||
panes:
|
|
||||||
- ssh ctf6
|
|
||||||
- ssh ctf7
|
|
||||||
- ssh ctf8
|
|
10
files/tmuxinator/ctf_deploy.yml
Normal file
10
files/tmuxinator/ctf_deploy.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: ctf_deploy
|
||||||
|
root: ~/
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- deploy:
|
||||||
|
layout: even-vertical
|
||||||
|
panes:
|
||||||
|
- ssh ctf6
|
||||||
|
- ssh ctf7
|
||||||
|
- ssh ctf8
|
Loading…
Reference in a new issue