mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add advlabdb.yml
This commit is contained in:
parent
47a6b92238
commit
42841386cc
1 changed files with 49 additions and 0 deletions
49
.config/zellij/layouts/advlabdb.yml
Normal file
49
.config/zellij/layouts/advlabdb.yml
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
template:
|
||||
direction: Horizontal
|
||||
parts:
|
||||
- direction: Vertical
|
||||
borderless: true
|
||||
split_size:
|
||||
Fixed: 1
|
||||
run:
|
||||
plugin:
|
||||
location: "zellij:tab-bar"
|
||||
- direction: Vertical
|
||||
body: true
|
||||
- direction: Vertical
|
||||
borderless: true
|
||||
split_size:
|
||||
Fixed: 2
|
||||
run:
|
||||
plugin:
|
||||
location: "zellij:status-bar"
|
||||
|
||||
tabs:
|
||||
- direction: Vertical
|
||||
name: "lazygit"
|
||||
parts:
|
||||
- direction: Vertical
|
||||
run:
|
||||
command: { cmd: fish, args: ["-C", "cd ~/code/advlabdb && lazygit"] }
|
||||
- direction: Vertical
|
||||
name: "nvim"
|
||||
focus: true
|
||||
parts:
|
||||
- direction: Vertical
|
||||
run:
|
||||
command: { cmd: fish, args: ["-C", "cd ~/code/advlabdb && nvim"] }
|
||||
- direction: Vertical
|
||||
name: "run"
|
||||
parts:
|
||||
- direction: Vertical
|
||||
run:
|
||||
command:
|
||||
{
|
||||
cmd: fish,
|
||||
args:
|
||||
[
|
||||
"-C",
|
||||
"cd ~/code/advlabdb && poetry run ./run.py; poetry shell",
|
||||
],
|
||||
}
|
Loading…
Reference in a new issue