Update .chezmoi.toml

This commit is contained in:
punkfairie 2024-04-19 19:04:59 -07:00
parent 835f4e28ac
commit 5907e47e04
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -1,10 +1,19 @@
{{ $passphrase := promptStringOnce . "passphrase" "passphrase" -}}
progress = true
[git]
autoPush = true
encryption = "gpg"
[gpg]
symmetric = true
args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache"]
[data]
gpgKey = {{ output "get-gpg-key" | trim | quote }}
passphrase = {{ $passphrase | quote }}
[data.drapeau]
colorscheme = 'catppuccin-macchiato'