5 ms·
I found the syncing process in chezmoi to be so hard to mentally model. I’d often change a file, forget that it was backed by the chezmoi store, later find mys
by dayjah 1y ago
I found the syncing process in chezmoi to be so hard to mentally model.
I’d often change a file, forget that it was backed by the chezmoi store, later find myself trying to reconcile the differences, just so I could commit and share w/ another computer. nix + home-manager and snowfall lib, once over the multi month ramp up, have been such a breath of fresh air in multi system management
- zeppelin101 1y agoThis command solve the problem for me: https://www.chezmoi.io/reference/commands/merge-all/ https://www.chezmoi.io/reference/commands/merge-all/
- marcusb 1y agoI ended up writing some pretty hacky elisp to automatically load my chezmoi templates if I try to edit a Chezmoi-managed file. It'll also handle applying and pushing saved changes to my git remote so I don't forget that either. https://marcusb.org/posts/2025/01/frictionless-dotfile-management-with-chezmoi/#emacs https://marcusb.org/posts/2025/01/frictionless-dotfile-manag...