mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
feat: major update to all configs
- move older config to archive Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
command "hx-pick"
|
||||
args "."
|
||||
focus true
|
||||
size "60%"
|
||||
borderless true
|
||||
}
|
||||
pane stacked=true {
|
||||
pane {
|
||||
name "LazyGit"
|
||||
command "lazygit"
|
||||
}
|
||||
pane {
|
||||
name "Terminal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user