Closed twpayne closed 5 years ago
Keychain on macOS is used to store secrets. chezmoi could use this, instead of storing secrets in ~/.chezmoi.yaml.
chezmoi
~/.chezmoi.yaml
This could possibly be exposed through a template function.
This should probably use github.com/zalando/go-keyring or a similar library.
github.com/zalando/go-keyring
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.