mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +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:
@@ -1,4 +1,9 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="horizontal" {
|
||||
pane {
|
||||
command "hx"
|
||||
@@ -11,9 +16,4 @@ layout {
|
||||
size "25%"
|
||||
}
|
||||
}
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="horizontal" {
|
||||
pane {
|
||||
edit "."
|
||||
focus true
|
||||
size "75%"
|
||||
borderless true
|
||||
}
|
||||
pane {
|
||||
size "25%"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,9 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
edit "."
|
||||
@@ -16,7 +21,4 @@ layout {
|
||||
}
|
||||
}
|
||||
}
|
||||
pane borderless=true size=1 {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
layout {
|
||||
tab_template name="ui" {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
children
|
||||
}
|
||||
|
||||
default_tab_template {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane {
|
||||
pane
|
||||
pane
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
layout {
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
name "Terminal"
|
||||
}
|
||||
}
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
name "Terminal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user