-
Looking at chezmoi. :) However I want to do the machine-to-machine sync via a Dropbox dir. So I tried
And on the other machine:
Now I get error "chezmoi: stat ~/.local/share/chezmoi: no such file or directory". What do I do wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Jun 5, 2024
Replies: 1 comment 2 replies
-
You need to pass the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
halloleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to pass the
-S
option tochezmoi add
andchezmoi apply
, or set thesourceDir
variable in your config file.