dotfiles/dot_config/chezmoi/chezmoi.toml.tmpl

9 lines
270 B
Cheetah
Raw Normal View History

encryption = "age"
[age]
identity = "~/.config/age/key"
recipient = "age1eshsd8qvaq0z4achjezvrw4spc57a7a72xp7ej663qlk6lnets2sjvkuy6"
[edit]
command = "code"
2025-01-22 01:41:39 -04:00
args = ["--wait"]
[hooks.read-source-state.pre]
2025-01-23 15:05:43 -04:00
command = "echo 'Put age key in ~/.config/age/key'"