dotfiles/.chezmoi.yaml.tmpl

22 lines
336 B
Cheetah
Raw Normal View History

2022-07-30 21:21:08 +02:00
# vim:ft=yaml:fenc=utf-8:fdm=marker
2022-07-30 07:17:12 +02:00
encryption: gpg
gpg:
recipient: hey@winston.sh
edit:
command: nvim
diff:
command: nvim
args:
- "-d"
- "{{`{{ .Destination }}`}}"
- "{{`{{ .Target }}`}}"
merge:
command: nvim
args:
- "-d"
- "{{`{{ .Destination }}`}}"
- "{{`{{ .Source }}"
- "{{ .Target }}`}}"