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-12-14 19:09:16 +01:00

29 lines
726 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/code/compile/helix"
command "fish"
args "-c" "git pull -r && cargo install --path helix-term"
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
}
}