13
tmux/.tmuxp/hpc.yaml
Normal file
13
tmux/.tmuxp/hpc.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
session_name: hpc
|
||||
suppress_history: false
|
||||
|
||||
windows:
|
||||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh hpc
|
||||
- ssh hpc
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh -t hpc "htop"
|
||||
13
tmux/.tmuxp/idlab.yaml
Normal file
13
tmux/.tmuxp/idlab.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
session_name: idlab
|
||||
suppress_history: false
|
||||
|
||||
windows:
|
||||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh idlab
|
||||
- ssh idlab
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh -t idlab "htop"
|
||||
34
tmux/.tmuxp/local.yaml
Normal file
34
tmux/.tmuxp/local.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
session_name: local
|
||||
suppress_history: false
|
||||
|
||||
windows:
|
||||
- window_name: admin
|
||||
focus: true
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- su
|
||||
- su
|
||||
|
||||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- null
|
||||
- null
|
||||
|
||||
- window_name: docs
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- man zfs
|
||||
- man nix-shell
|
||||
|
||||
- window_name: music
|
||||
panes:
|
||||
- ncmpcpp
|
||||
|
||||
- window_name: mail
|
||||
panes:
|
||||
- neomutt
|
||||
|
||||
- window_name: stream
|
||||
panes:
|
||||
- null
|
||||
20
tmux/.tmuxp/zion.yaml
Normal file
20
tmux/.tmuxp/zion.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
session_name: zion
|
||||
suppress_history: false
|
||||
|
||||
windows:
|
||||
- window_name: admin
|
||||
focus: true
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh root@zion
|
||||
- ssh root@zion
|
||||
|
||||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh zion
|
||||
- ssh zion
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh -t zion "htop"
|
||||
Reference in New Issue
Block a user