From 9f2748ccc998bffffe5bcb52c3f24195563bb4f0 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 20 Mar 2024 15:37:52 -0500 Subject: [PATCH] feat: add zellij layout Signed-off-by: jolheiser --- contrib/layout.kdl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contrib/layout.kdl diff --git a/contrib/layout.kdl b/contrib/layout.kdl new file mode 100644 index 0000000..46d0a8b --- /dev/null +++ b/contrib/layout.kdl @@ -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 ./...}" + } + } +}