diff --git a/.chezmoi.yaml.tmpl b/.chezmoi.yaml.tmpl new file mode 100644 index 0000000..5bc7e7b --- /dev/null +++ b/.chezmoi.yaml.tmpl @@ -0,0 +1,21 @@ +# 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: lvim + args: + - "-d" + - "{{ .Destination }}" + - "{{ .Source }}" + - "{{ .Target }}" diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..2335b7a --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,5 @@ +README.md + +{{- if .chezmoi.os "windows" }} +.zshrc +{{- end }}