@alexelcu I use pass as password manager pretty good usable in scripts. Maybe the more famous password managers have cli interfaces as well?
@mafflerbach Indeed, I have a script that extracts secrets from the password manager, building a local `.secrets` file, although I'm thinking of getting rid of it and invoking the password manager on demand somehow.
https://github.com/alexandru/dotfiles/blob/main/bin/setup-macos#L64
@alexelcu @mafflerbach I have had relative success when using https://github.com/twpayne/chezmoi for that. Was even able to migrate from LastPass to 1password with minor changes to dotfiles.
Starting to publish my personal “dotfiles” on GitHub, in public 😬
This is a good, but dying habit, and more people should do it. The danger of doing this is in accidentally publishing secrets, hopefully I can maintain good hygiene.
https://github.com/alexandru/dotfiles/