Skip to content

Commit

Permalink
dev: add development terminal
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Sep 16, 2024
1 parent 29e8dad commit 469aa7e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions term.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// https://zellij.dev/documentation/creating-a-layout
layout {
pane split_direction="vertical" size="65%" {
pane {
command "lazygit"
focus true
}
pane cwd="docker" command="docker" {
args "compose" "up"
start_suspended false
}
}
pane split_direction="vertical" size="35%" {
pane cwd="docker" {
command "just"
args "build"
start_suspended true
}
pane cwd="docker"
}
pane size=1 borderless=true {
plugin location="zellij:status-bar"
}
}

0 comments on commit 469aa7e

Please sign in to comment.