Add Dracula Pro usage and include encryption support
This commit is contained in:
parent
c635d98988
commit
a3352de2d9
14 changed files with 191 additions and 29 deletions
9
chezmoi/.chezmoi.toml.tmpl
Normal file
9
chezmoi/.chezmoi.toml.tmpl
Normal 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
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue