-
Current behavior of
How to do the same thing, but for target? I want conveniently to remove chezmoi’s configuration, cache, state, and target, but leave the source directory intact (option to remove source directory is cool). I'd like to go back to original state before running Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can remove all chezmoi-managed files in the target state with: $ rm -i $(chezmoi managed) For the other directories you mention, you can use |
Beta Was this translation helpful? Give feedback.
You can remove all chezmoi-managed files in the target state with:
$ rm -i $(chezmoi managed)
For the other directories you mention, you can use
rm
.