Hacker News new | ask | show | jobs
by globular-toast 3 days ago
The only thing currently annoying me with my Stow setup is handling machine-specific changes. I have a "work" branch in my repo that I have to keep rebased on my master branch. Weird things happen if that rebase causes conflicts in the git config! It's also just annoying.

Does Chezmoi have a better solution for that? Or is there a better way using Stow?

1 comments

With chezmoi you'd create templates from the config files, which would apply/ignore specific bits depending on whatever selector you want (machine name, OS etc)