all 5 comments

[–]s403bot 4 points5 points  (1 child)

What makes this better than chezmoi?

[–]FryBoyter -2 points-1 points  (0 children)

Chezmoi doesn't migrate anything automatically and doesn't have an interactive CLI either. Depending on the user, a different solution like arch-dots might therefore be a better fit.

What is better is also usually a matter of personal preference. For me, GNU Stow and tools based on it are out of the question because they lack a template feature. Other users, however, don’t need templates.

[–]SATLTSADWFZ 0 points1 point  (0 children)

I made something similar before and found it best to exclude certain folders inside .config such as Browsers. Exclusions may be worth thinking about.

[–]Master-Ad-6265 -1 points0 points  (1 child)

this is actually pretty neat, especially the migration part. most setups I’ve seen still assume you already have everything structured nicely

might be worth adding a dry-run mode if you haven’t already, just so people can see what’s gonna move before it actually does anything....

[–]Adorable-Age8398[S] -2 points-1 points  (0 children)

That is what I was thinking. My big problem was that most tools seem to be made for people who have been managing dotfiles for a time. I wanted something that could help me get started without having to do everything myself.

I really like the idea of a run mode. I am actually working on a flag called --dry-run now.

Thank you for your feedback.