dotfiles/.chezmoi.yaml.tmpl
2022-07-30 07:39:43 +02:00

20 lines
300 B
Cheetah

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 }}`}}"