mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +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"
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue