chore: ignore files & setup editor/gpg

chezmoi
sgoudham 2 years ago
parent e8ef213be0
commit b0d3303fa7
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

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

@ -0,0 +1,5 @@
README.md
{{- if .chezmoi.os "windows" }}
.zshrc
{{- end }}
Loading…
Cancel
Save