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.
For project-specific secrets, I’ve been using https://mise.jdx.dev/, with a local mise.local.toml which 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.
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.
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.Thanks for mentioning this, will give it a look.