12 lines
417 B
YAML
12 lines
417 B
YAML
|
# 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
|