[Codium] Sync settings for automatic sync of VSCode settings
parent
4427295a1d
commit
1374da92d7
|
@ -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
|
Loading…
Reference in New Issue