From 47a6b92238394736721d8751abd7f13cff6d9af8 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 11 Sep 2022 14:15:32 +0200 Subject: [PATCH] Add update.yml --- .config/zellij/layouts/update.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .config/zellij/layouts/update.yml diff --git a/.config/zellij/layouts/update.yml b/.config/zellij/layouts/update.yml new file mode 100644 index 0000000..9def079 --- /dev/null +++ b/.config/zellij/layouts/update.yml @@ -0,0 +1,30 @@ +--- +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", + ], + }