31
submitted 2 weeks ago by ad_on_is@lemm.ee to c/opensource@lemmy.ml
top 9 comments
sorted by: hot top controversial new old
[-] Static_Rocket@lemmy.world 4 points 2 weeks ago

I liked stow, and used it for quite some time. That being said, it has issues. Issues community members have attempted to solve. Issues the sole maintainer wasn't addressing for quite a few years.

I use chezmoi now. I've still got mixed feelings, but the templating system is neat. Stow seems to have gotten out of it's slump while I was gone. That's good news! Anyone know if they addressed the tree specific folding/unfolding config feature? Not seeing anything in the docs...

[-] ad_on_is@lemm.ee 3 points 2 weeks ago

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 2 weeks ago* (last edited 2 weeks ago)

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 2 weeks 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.

[-] mosiacmango@lemm.ee 4 points 2 weeks ago* (last edited 2 weeks ago)

As a heads up, your readme has "machine" misspelled as "maschine" in two spots:

  • On your current maschine

  • On another maschine

Looks likd thats the german spelling?

[-] ad_on_is@lemm.ee 5 points 2 weeks ago

Oh right.. thx for the hint. It's indeed German, and I usually write it as machine or mashine, when writing in English. This time I was just unfocused ๐Ÿ˜…

[-] wuphysics87@lemmy.ml 3 points 2 weeks ago

I'm all in favor of tools that automate dotfiles and make system configuration simpler for folks just getting started, but what benefit is there over using bash scripts

(appologies for no rtfm. Conversation is more fun anyway ๐Ÿ™‚)

[-] sgh@lemmy.ml 4 points 2 weeks ago

Ironically, stowman is a bash script whose only purpose is to wrap git and stow so that you only need a couple of very simple commands in order to manage dotfiles, the automation (i.e. the synchronization task) doesn't seem to be a part of stowman.

[-] ad_on_is@lemm.ee 1 points 1 week ago* (last edited 1 week ago)

Exactly. For now, it's main focus is to only move configs to the dotsdir (since stow throws a conflict when there's already something in place), let stow create the symlink and push it to git.

on a remote mashine, however, you still need to handle conflicts yourself. but it's also mostly intended for fresh installations, or where you don't mind just rm -rf the existing config

this post was submitted on 08 Dec 2024
31 points (87.8% liked)

Open Source

31696 readers
375 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