mirror of https://github.com/sgoudham/dotfiles.git
chore: ignore files & setup editor/gpg
parent
e8ef213be0
commit
b0d3303fa7
@ -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…
Reference in New Issue