profile(main): update -- 2023-12-18T14:32:20.719Z

main
Quentin Duchemin 2023-12-18 15:32:20 +01:00
parent 0e1b315e22
commit 3061a13b9a
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 6 additions and 1 deletions

View File

@ -20,5 +20,10 @@
"review": "0 * * * *", // every hour
"download": "0 9 * * *", // at 9AM, every day
"upload": "0 17 * * *" // at 5PM, every day
}
},
"syncSettings.hostname": "{{hostname}}",
"syncSettings.hooks.preDownload": "git -C ~/.config/codium-settings pull",
"syncSettings.hooks.postUpload": "git -C ~/.config/codium-settings push",
"syncSettings.gitInitMessage": "Init settings from {{hostname}}, profile « {{profile}} »",
"syncSettings.gitUpdateMessage": "Update settings from {{hostname}}, profile « {{profile}} »"
}