Initial Commit

This commit is contained in:
specCon18 2023-08-17 15:07:18 -04:00
commit c74f191ed3
9 changed files with 943 additions and 0 deletions

12
dev.kdl Normal file
View file

@ -0,0 +1,12 @@
layout {
pane split_direction="vertical" {
pane command="fx" size="25%"{}
pane command="hx"{}
}
pane size="20%" command="just" {
args "dev"
}
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}