feat: add zellij layout

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-03-20 15:37:52 -05:00
parent 55ccb61fb3
commit 9f2748ccc9
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 22 additions and 0 deletions

22
contrib/layout.kdl 100644
View File

@ -0,0 +1,22 @@
theme "catppuccin-mocha"
layout {
pane {
name "ide"
command "nix"
args "develop"
size "90%"
}
pane split_direction="vertical" {
pane {
name "run"
command "go"
args "run" "./cmd/ugitd"
start_suspended true
}
pane {
name "watch"
command "nix"
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
}
}
}