Chezmoi module does not initialize
I added a chezmoi module on my recipe but it does not work updating with rpm-ostree , only works with a fresh install?
2 Replies
it is not on rpm-ostree
i have it on my recipe for the initial download of the dotfiles and the systemd updates, but i also install it with homebrew for the completions
chezmoi is not tied to rpm-ostree update, there should be a systemd service to fetch your dotfiles
you can do
systemctl status chezmoi-init.service
and systemctl status chezmoi-update.timer
to see if there are errors