feat(dotfiles): 1st commit

This commit is contained in:
Anael Ginder
2023-05-04 10:10:23 +02:00
parent ec7fb670d8
commit fae90dea56
6 changed files with 405 additions and 92 deletions
+35
View File
@@ -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
}
}
}