this post was submitted on 08 Dec 2024
34 points (88.6% liked)

Open Source

31679 readers
813 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ad_on_is@lemm.ee 3 points 1 week ago (1 children)

I tried chezmoi, and wanted to love it... but I just can't. IMHO, it's complicated, which is why I built this one.

[–] Static_Rocket@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

Yeah, there are a lot of bells and whistles and a fundamental difference between the way they intend to manage dotfiles and the way stow does. Makes it difficult to get started.

One thing that helped me when I was first getting into it: Chezmoi doesn't like compartmentalization like stow. It supports it, but it want's you to lean into the config langue a bit before you start doing that.

If you do that you can get away with only touching the add, cd, and update commands.

[–] ad_on_is@lemm.ee 1 points 1 week ago

Exactly... but it still adds some overhead, which I'm honestly not a huge fan of.

At the end of the day, I want a single directory, where I can symlink the files and folders into their appropriate places, and share them across multiple machines, all that, without digging too deep into the tool, especially when I frequently update things, like a neovim config, etc..

And stow, paired with git, does exactly what I need. I only made some "aliases" to simplify the workflow.