profile(main): update -- 2023-12-18T14:32:20.719Z
parent
0e1b315e22
commit
3061a13b9a
|
@ -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}} »"
|
||||
}
|
Loading…
Reference in New Issue