33 lines
704 B
Text
33 lines
704 B
Text
---
|
|
layout {
|
|
cwd "/Users/acicchetti"
|
|
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="jellyfish" {
|
|
pane {
|
|
split_direction "vertical"
|
|
name "jellyfish"
|
|
cwd "src/jellyfish"
|
|
}
|
|
}
|
|
tab name="infra" {
|
|
pane {
|
|
split_direction "vertical"
|
|
name "infra"
|
|
cwd "src/infra"
|
|
}
|
|
}
|
|
tab name="misc" {
|
|
pane {
|
|
split_direction "vertical"
|
|
name "misc"
|
|
}
|
|
}
|
|
}
|