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/how_to_linux.yml
2022-10-03 02:53:24 +02:00

63 lines
1.3 KiB
YAML

---
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/hosted/how_to_linux && lazygit"],
}
- direction: Vertical
name: "nvim"
focus: true
parts:
- direction: Vertical
run:
command:
{
cmd: fish,
args: ["-C", "cd ~/code/hosted/how_to_linux/src && nvim"],
}
- direction: Vertical
name: "mdbook"
parts:
- direction: Vertical
run:
command:
{
cmd: fish,
args: ["-C", "cd ~/code/hosted/how_to_linux && mdbook serve"],
}
- direction: Vertical
name: "test"
parts:
- direction: Vertical
run:
command:
{
cmd: fish,
args: ["-C", "nohup xdg-open http://localhost:3000 &> /dev/null"],
}