1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/zellij/layouts/reco.yml

46 lines
996 B
YAML
Raw Normal View History

2022-09-24 13:24:37 +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/ReCo.jl && lazygit"] }
- direction: Vertical
name: "nvim"
focus: true
parts:
- direction: Vertical
run:
command: { cmd: fish, args: ["-C", "cd ~/code/ReCo.jl && nvim"] }
- direction: Vertical
name: "run"
parts:
- direction: Vertical
run:
2022-09-26 14:21:10 +00:00
command:
{
cmd: fish,
args: ["-C", "cd ~/code/ReCo.jl && julia scripts/update.jl"],
}