Hacker News new | ask | show | jobs
by zamalek 637 days ago
Sops is probably ideal for lowest ceremony possible. Combine this with direnv for a seamless experience.

If you don't want to commit/share secrets you could avoid sops and put this in your direnv envrc: `[ -e ~/.local/secrets/myproj.env ] && source ~/.local/secrets/myproj.env`