2022-09-11 12:30:43 +00:00
|
|
|
---
|
|
|
|
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",
|
|
|
|
],
|
|
|
|
}
|
2022-09-21 23:48:04 +00:00
|
|
|
- direction: Vertical
|
|
|
|
name: "tasks"
|
|
|
|
parts:
|
|
|
|
- direction: Vertical
|
|
|
|
run:
|
|
|
|
command: { cmd: fish, args: ["-C", "vp advlabdb"] }
|