mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
feat: add more configurations and a new theme
- a theme based on carbon and vim high contrast - modify layouts in zellij and add support for swaps - add snippets Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="horizontal" {
|
||||
pane {
|
||||
command "hx"
|
||||
args "."
|
||||
focus true
|
||||
size "75%"
|
||||
borderless true
|
||||
}
|
||||
pane {
|
||||
size "25%"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
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,24 +0,0 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
edit "."
|
||||
focus true
|
||||
size "60%"
|
||||
borderless true
|
||||
}
|
||||
pane stacked=true {
|
||||
pane {
|
||||
name "LazyGit"
|
||||
command "lazygit"
|
||||
}
|
||||
pane {
|
||||
name "Terminal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
layout {
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
command "hx"
|
||||
args "."
|
||||
focus true
|
||||
size "60%"
|
||||
name "Editor"
|
||||
}
|
||||
pane stacked=true {
|
||||
pane {
|
||||
name "Terminal"
|
||||
}
|
||||
pane {
|
||||
name "LazyGit"
|
||||
command "lazygit"
|
||||
}
|
||||
}
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
|
||||
swap_tiled_layout name="stacked" {
|
||||
tab {
|
||||
pane stacked=true {
|
||||
pane {
|
||||
command "hx"
|
||||
args "."
|
||||
focus true
|
||||
name "Editor"
|
||||
}
|
||||
pane {
|
||||
name "Terminal"
|
||||
}
|
||||
pane {
|
||||
name "LazyGit"
|
||||
command "lazygit"
|
||||
}
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,8 @@
|
||||
layout {
|
||||
pane {
|
||||
borderless true
|
||||
size 1
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
pane split_direction="vertical" {
|
||||
pane {
|
||||
name "Terminal"
|
||||
name "Terminal"
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user