-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
My current workflow for changing my config is
$ chezmoi edit --apply ~/.config/some/config
then I've to write quit my $EDITOR to apply the changes. It would be cool, if I didn't have to close my editor and only write the file (:w in vim). Chezmoi could listen on file changes (with something like inotify) and then apply them.
Usecases are:
- vim: edit config, write, source applied config from chezmoi
- i3: edit config, write, inplace reload i3 without killing existing windows
This is only a minor inconvenience so feel free to close the issue if you don't see the need for it.
Anyway, keep up the good work with chezmoi!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request