temp: transfert entre ordinateurs

This commit is contained in:
gcch 2025-12-23 16:18:28 +01:00
commit cb467aac2b
44 changed files with 1512 additions and 1327 deletions

View file

@ -1,5 +1,10 @@
set -f fichiers_toml (fd --glob "*.toml")
set -f fichiers_angie (fd --glob "*.conf" containers/conf/angie)
for toml in $fichiers_toml
taplo format "$toml"
tombi format "$toml"
end
for angie in $angie
nginxfmt "$angie"
end