-
The For context, the file I have in mind is VSCode's |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think you may handle this within .chezmoiignore file: if not Linux, ignore linux location of files; and so on |
Beta Was this translation helpful? Give feedback.
-
In the particular case of VSCode, VSCode has its own system for synchronizing settings. Depending on exactly what you want, this might be the best option for you. For managing
|
Beta Was this translation helpful? Give feedback.
In the particular case of VSCode, VSCode has its own system for synchronizing settings. Depending on exactly what you want, this might be the best option for you.
For managing
settings.json
on chezmoi you could use a per OS-symlink back to the source state, something like:~/.local/share/chezmoi/settings.json
:.local/share/chezmoi/.chezmoiignore
:.local/share/chezmoi/Library/Application Support/Code/User/symlink_settings.json.tmpl
:.config/Code/User/sy…