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/update.kdl

50 lines
1.4 KiB
Text
Raw Normal View History

2022-10-29 09:25:23 +00:00
layout {
2022-12-22 21:05:58 +00:00
pane split_direction="vertical" {
pane {
command "fish"
args "-c" "~/.scripts/update.py rpm-ostree"
close_on_exit true
}
pane focus=true {
command "fish"
args "-c" "~/.scripts/update.py flatpak"
close_on_exit true
}
2022-10-29 09:25:23 +00:00
}
2022-12-22 21:05:58 +00:00
pane split_direction="vertical" {
pane {
command "fish"
args "-c" "~/.scripts/update.py cargo"
close_on_exit true
}
pane {
cwd "/home/mo/code/compile/helix"
command "fish"
2023-01-22 13:42:22 +00:00
args "-c" "git pull -r && cargo +stable install --path helix-term"
2022-12-22 21:05:58 +00:00
close_on_exit true
}
2022-10-29 09:25:23 +00:00
}
2022-12-22 21:05:58 +00:00
pane split_direction="vertical" {
pane {
cwd "/home/mo/servers/ansible"
command "fish"
args "-c" "ansible-playbook playbooks/update_dnf.yaml; read -P Enter"
close_on_exit true
}
pane {
cwd "/home/mo/servers/ansible"
command "fish"
args "-c" "ansible-playbook playbooks/update_apt.yaml; read -P Enter"
close_on_exit true
}
pane {
cwd "/home/mo/servers/ansible"
command "fish"
args "-c" "ansible-playbook playbooks/update_local.yaml"
close_on_exit true
}
2022-10-29 09:25:23 +00:00
}
}