Just discovered this, it has templates, encryption and is rather easy to use because its a git wrapper.
I'm aware of these at the moment:
Which ones have you used? And which will you recommend?
https://github.com/yadm-dev/yadm
Just discovered this, it has templates, encryption and is rather easy to use because its a git wrapper.
I'm aware of these at the moment:
Which ones have you used? And which will you recommend?
5 Comments
cosmicrose@lemmy.blahaj.zone · 3 pts · 317d
I’ve tried chezmoi and yadm before, but currently I’m using stow and I think stow is my favorite. I don’t need git integration when the regular git CLI works just fine, and I’ve never ended up using any of the other tools’ advanced features like bootstrapping scripts. Stow just makes symlinks and that’s good enough for me.
alecsargent@lemmy.zip · 2 pts · 316d
Stow's mechanism sounds great, at the moment I'm trying out yadm's handy encryption to handle some secrets and API keys. Will very likely switch to Stow anyway.
cosmicrose@lemmy.blahaj.zone · 2 pts · 316d
For project-specific secrets, I’ve been using https://mise.jdx.dev/, with a local
mise.local.tomlwhich is gitignored. I’m also looking into using https://fnox.jdx.dev/ for encrypting secrets. I’m open to giving yadm another try, since I like the “alternate files” feature and some of my dot files are a mess of conditional statements.alecsargent@lemmy.zip · 1 pts · 315d
Thanks for mentioning this, will give it a look.
RenardDesMers@lemmy.ml · 2 pts · 317d
I've used homeshick for a while now. Simple compared to chezmoi. I'm tempted to try to go even simpler with stow but for now homeshick fits what I need.