Update .chezmoi.toml
This commit is contained in:
parent
835f4e28ac
commit
5907e47e04
1 changed files with 9 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue