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

30 lines
726 B
Text
Raw Normal View History

2022-10-29 09:25:23 +00:00
layout {
pane {
2022-11-19 18:03:32 +00:00
command "fish"
2022-10-29 09:25:23 +00:00
args "-c" "~/.scripts/update.py rpm-ostree"
2022-11-19 18:03:32 +00:00
close_on_exit true
2022-10-29 09:25:23 +00:00
}
pane focus=true {
2022-11-19 18:03:32 +00:00
command "fish"
2022-10-29 09:25:23 +00:00
args "-c" "~/.scripts/update.py flatpak"
2022-11-19 18:03:32 +00:00
close_on_exit true
2022-10-29 09:25:23 +00:00
}
pane {
2022-11-19 18:03:32 +00:00
command "fish"
2022-10-29 09:25:23 +00:00
args "-c" "~/.scripts/update.py cargo"
2022-11-19 18:03:32 +00:00
close_on_exit true
2022-10-29 09:25:23 +00:00
}
2022-12-14 18:09:16 +00:00
pane {
cwd "/home/mo/code/compile/helix"
command "fish"
args "-c" "git pull -r && cargo install --path helix-term"
close_on_exit true
}
2022-10-29 09:25:23 +00:00
pane {
cwd "/home/mo/servers/ansible"
2022-11-19 18:03:32 +00:00
command "fish"
2022-10-29 09:25:23 +00:00
args "-c" "ansible-playbook playbooks/update.yml; read -P Enter"
2022-11-19 18:03:32 +00:00
close_on_exit true
2022-10-29 09:25:23 +00:00
}
}