Convert basic git to chezmoi

main
Buddy Sandidge 2 years ago
parent 2ce8d4a750
commit ea4f67847d

@ -1,3 +1,4 @@
{{ if lookPath "git" -}}
[core]
editor = vim
excludesfile = ~/.config/git/ignore
@ -62,3 +63,4 @@
writeCommitGraph = true
[fetch]
prune = true
{{- end }}

@ -1,3 +1,4 @@
{{ if lookPath "git" -}}
################################################################################
## This global gitignore file is assembled based the github gitignore project:
## https://github.com/github/gitignore
@ -32,4 +33,4 @@ Desktop.ini
# Compass/sass ignores
.sass-cache
{{- end }}
Loading…
Cancel
Save