diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index b2cd163..cd789ab 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -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}} »" } \ No newline at end of file