mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
2 commits
ef6c5083a7
...
bda8425aac
Author | SHA1 | Date | |
---|---|---|---|
bda8425aac | |||
2b10305ee4 |
2 changed files with 9 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
||||||
"**/*-lock.json"
|
"**/*-lock.json"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/json-0.19.2.wasm",
|
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.16.4.wasm",
|
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
|
||||||
"https://plugins.dprint.dev/toml-0.6.1.wasm"
|
"https://plugins.dprint.dev/toml-0.6.2.wasm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,9 +33,12 @@ layout {
|
||||||
|
|
||||||
pane split_direction="vertical" {
|
pane split_direction="vertical" {
|
||||||
pane {
|
pane {
|
||||||
cwd "/home/mo8it/servers/ansible"
|
command "ssh"
|
||||||
command "ansible-playbook"
|
args "minisforum" "fish" "sync/scripts/update.fish"
|
||||||
args "playbooks/update_dnf.yaml"
|
}
|
||||||
|
pane {
|
||||||
|
command "ssh"
|
||||||
|
args "forwarder" "sudo" "./update.sh"
|
||||||
}
|
}
|
||||||
pane {
|
pane {
|
||||||
cwd "/home/mo8it/servers/ansible"
|
cwd "/home/mo8it/servers/ansible"
|
||||||
|
|
Loading…
Reference in a new issue