twpayne / chezmoi

Manage your dotfiles across multiple diverse machines, securely.
https://www.chezmoi.io/
MIT License
13.4k stars 493 forks source link

Keychain integration on macOS #21

Closed twpayne closed 5 years ago

twpayne commented 5 years ago

Keychain on macOS is used to store secrets. chezmoi could use this, instead of storing secrets in ~/.chezmoi.yaml.

This could possibly be exposed through a template function.

twpayne commented 5 years ago

This should probably use github.com/zalando/go-keyring or a similar library.