1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add update.yml

This commit is contained in:
Mo 2022-09-11 14:15:32 +02:00
parent 86ed3d6749
commit 47a6b92238

View file

@ -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",
],
}