You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/.chezmoi.yaml.tmpl

22 lines
340 B
YAML

# vim:ft=yaml:fenc=utf-8:fdm=marker
encryption: gpg
gpg:
recipient: sgoudham@gmail.com
edit:
command: lvim
diff:
command: lvim
args:
- "-d"
- "{{`{{ .Destination }}`}}"
- "{{`{{ .Target }}`}}"
merge:
command: nvim
args:
- "-d"
- "{{`{{ .Destination }}`}}"
- "{{`{{ .Source }}"
- "{{ .Target }}`}}"