1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-02 23:33:05 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
bda8425aac Update dprint plugins 2024-06-10 17:43:20 +02:00
2b10305ee4 Use update scripts instead of dnf with ansible 2024-05-04 02:01:04 +02:00
2 changed files with 9 additions and 6 deletions

View file

@ -10,8 +10,8 @@
"**/*-lock.json"
],
"plugins": [
"https://plugins.dprint.dev/json-0.19.2.wasm",
"https://plugins.dprint.dev/markdown-0.16.4.wasm",
"https://plugins.dprint.dev/toml-0.6.1.wasm"
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm"
]
}

View file

@ -33,9 +33,12 @@ layout {
pane split_direction="vertical" {
pane {
cwd "/home/mo8it/servers/ansible"
command "ansible-playbook"
args "playbooks/update_dnf.yaml"
command "ssh"
args "minisforum" "fish" "sync/scripts/update.fish"
}
pane {
command "ssh"
args "forwarder" "sudo" "./update.sh"
}
pane {
cwd "/home/mo8it/servers/ansible"