How can I use chezmoi add --exact without recursive behavior?
#4833
-
|
After running After that, I tried to clean the state by running So how can I add exact directories without creating |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
#4223 (comment) shows an experimental test I ran that shows why Or start using chezmoi for more configuration than just Either way, the second note on I'm not a fan of |
Beta Was this translation helpful? Give feedback.
#4223 (comment) shows an experimental test I ran that shows why
.configneeds to be exact. If you have any file other than theexact_directory in.config, it doesn't need to beexact_. This is why.keepis recommended.Or start using chezmoi for more configuration than just
.config/aria2.Either way, the second note on
chezmoi addwas found because of issue 4223 and what was found with manual testing.I'm not a fan of
exact_, but I understand why it gets used.