mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add update.yml
This commit is contained in:
parent
86ed3d6749
commit
47a6b92238
1 changed files with 30 additions and 0 deletions
30
.config/zellij/layouts/update.yml
Normal file
30
.config/zellij/layouts/update.yml
Normal 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",
|
||||
],
|
||||
}
|
Loading…
Reference in a new issue