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
2022-11-19 19:03:32 +01:00

23 lines
550 B
Text

layout {
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
}
pane {
command "fish"
args "-c" "~/.scripts/update.py cargo"
close_on_exit true
}
pane {
cwd "/home/mo/servers/ansible"
command "fish"
args "-c" "ansible-playbook playbooks/update.yml; read -P Enter"
close_on_exit true
}
}