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
|
progress = true
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
autoPush = true
|
autoPush = true
|
||||||
|
|
||||||
|
encryption = "gpg"
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
symmetric = true
|
||||||
|
args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache"]
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
gpgKey = {{ output "get-gpg-key" | trim | quote }}
|
gpgKey = {{ output "get-gpg-key" | trim | quote }}
|
||||||
|
passphrase = {{ $passphrase | quote }}
|
||||||
|
|
||||||
[data.drapeau]
|
[data.drapeau]
|
||||||
colorscheme = 'catppuccin-macchiato'
|
colorscheme = 'catppuccin-macchiato'
|
||||||
|
|
Loading…
Reference in a new issue