Is your feature request related to a problem? Please describe.
edit already has --apply, it seems that merge, modifying the source state, should also be able to apply, as the eventual source state will most likely end up a bit different from the home dir.
Describe the solution you'd like
Add --apply option to --merge and --merge-all functionality just like the one for --edit
Describe alternatives you've considered
Running chezmoi apply after the commands works.
Is your feature request related to a problem? Please describe.
editalready has--apply, it seems that merge, modifying the source state, should also be able to apply, as the eventual source state will most likely end up a bit different from the home dir.Describe the solution you'd like
Add
--applyoption to--mergeand--merge-allfunctionality just like the one for--editDescribe alternatives you've considered
Running
chezmoi applyafter the commands works.