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
[โ€“] wuphysics87@lemmy.ml 3 points 1 week ago (1 children)

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 1 week ago (1 children)

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