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.yml
2022-09-11 14:15:32 +02:00

30 lines
782 B
YAML

---
session:
name: "update"
attach: true
tabs:
- direction: Horizontal
parts:
- direction: Horizontal
run:
command:
{ cmd: fish, args: ["-c", "~/.scripts/update.py rpm-ostree"] }
- direction: Horizontal
focus: true
run:
command: { cmd: fish, args: ["-c", "~/.scripts/update.py flatpak"] }
- direction: Horizontal
run:
command: { cmd: fish, args: ["-c", "~/.scripts/update.py cargo"] }
- direction: Horizontal
run:
command:
{
cmd: fish,
args:
[
"-c",
"cd ~/servers/ansible && ansible-playbook playbooks/update.yml; read -P Enter",
],
}