diff --git a/.config/VSCodium/User/globalStorage/zokugun.sync-settings/settings.yml b/.config/VSCodium/User/globalStorage/zokugun.sync-settings/settings.yml new file mode 100644 index 0000000..67fd84b --- /dev/null +++ b/.config/VSCodium/User/globalStorage/zokugun.sync-settings/settings.yml @@ -0,0 +1,12 @@ +# current machine's name, optional; it can be used to filter settings or in the commit message +hostname: "" +# more details at https://github.com/zokugun/vscode-sync-settings/blob/master/docs/hostname.md + +# selected profile, required +profile: main +# repository to sync the settings with, required +repository: + # repository's type, required (dummy: no sync) + type: git + path: ~/.config/codium-settings + branch: main \ No newline at end of file