Add Dracula Pro usage and include encryption support

This commit is contained in:
Tony Blyler 2023-10-26 11:58:42 -04:00
parent c635d98988
commit a3352de2d9
14 changed files with 191 additions and 29 deletions

View file

@ -0,0 +1,9 @@
{{ $identityFile := print .chezmoi.homeDir "/.config/age/tb-dotfiles.txt" }}
encryption = "age"
[age]
identity = {{ $identityFile | quote }}
recipients = [
"age1qdalyd6prceyh6lgn5h5t5apa89m9zuc85y7zqrafxtwl3af6c7sxhcpls", # cbi
"age1umpek5l588fuzhsqd7xphn4urkxltjmdt9gxh967a7m0wmtr0dvqg2n4el", # cm
"age15kwdjak0k3uplmus5sqcyelt3wkwe05vr6q3vdsp573c9ahs7gkspnfdd5", # aptitude
]