feat(dotfiles): 1st commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
layout {
|
||||
default_tab_template {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
children
|
||||
pane size=2 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="keeper" {
|
||||
pane split_direction="vertical" {
|
||||
pane borderless=false command="keeper" {
|
||||
args "ssh-agent start"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tab name="Main" {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
pane split_direction="horizontal" {
|
||||
pane
|
||||
pane
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tab name="Second" {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user