zellij with modes
This commit is contained in:
parent
df8e3cce67
commit
f67c062d5d
11 changed files with 1467 additions and 3 deletions
chezmoi.roots/_home/private_dot_config/zellij/layouts
|
@ -0,0 +1,30 @@
|
|||
layout {
|
||||
cwd "/Users/gal.szkolnik"
|
||||
tab name="RTP:IceLake" hide_floating_panes=true {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="50%" {
|
||||
args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa 10.117.10.121"
|
||||
start_suspended true
|
||||
}
|
||||
pane size="50%" split_direction="vertical" {
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="33%" {
|
||||
args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa 10.117.10.124"
|
||||
start_suspended true
|
||||
}
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="33%" {
|
||||
args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa 10.117.10.122"
|
||||
start_suspended true
|
||||
}
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="33%" {
|
||||
args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa 10.117.10.123"
|
||||
start_suspended true
|
||||
}
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
layout {
|
||||
cwd "/Users/gal.szkolnik"
|
||||
tab name="CS-DBG" hide_floating_panes=true {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="55%" {
|
||||
args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa cs-dbg"
|
||||
start_suspended true
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
layout {
|
||||
cwd "/Users/gal.szkolnik"
|
||||
tab name="Teleport" hide_floating_panes=true {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="55%" {
|
||||
args "-ic" "vast-teleport launch --from-zellij"
|
||||
start_suspended true
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue