mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 04:03:40 +00:00
49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
layout {
|
|
pane split_direction="vertical" {
|
|
pane {
|
|
command "fish"
|
|
args "-c" "~/.scripts/update.py rpm-ostree"
|
|
close_on_exit true
|
|
}
|
|
pane focus=true {
|
|
command "fish"
|
|
args "-c" "~/.scripts/update.py flatpak"
|
|
close_on_exit true
|
|
}
|
|
}
|
|
|
|
pane split_direction="vertical" {
|
|
pane {
|
|
command "fish"
|
|
args "-c" "~/.scripts/update.py cargo"
|
|
close_on_exit true
|
|
}
|
|
pane {
|
|
cwd "/home/mo/code/compile/helix"
|
|
command "fish"
|
|
args "-c" "git pull -r && cargo +stable install --path helix-term"
|
|
close_on_exit true
|
|
}
|
|
}
|
|
|
|
pane split_direction="vertical" {
|
|
pane {
|
|
cwd "/home/mo/servers/ansible"
|
|
command "fish"
|
|
args "-c" "ansible-playbook playbooks/update_dnf.yaml; read -P Enter"
|
|
close_on_exit true
|
|
}
|
|
pane {
|
|
cwd "/home/mo/servers/ansible"
|
|
command "fish"
|
|
args "-c" "ansible-playbook playbooks/update_apt.yaml; read -P Enter"
|
|
close_on_exit true
|
|
}
|
|
pane {
|
|
cwd "/home/mo/servers/ansible"
|
|
command "fish"
|
|
args "-c" "ansible-playbook playbooks/update_local.yaml"
|
|
close_on_exit true
|
|
}
|
|
}
|
|
}
|