mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 03:13:42 +00:00
30 lines
782 B
YAML
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",
|
|
],
|
|
}
|