Convert basic git to chezmoi

main
Buddy Sandidge 2 years ago
parent 2ce8d4a750
commit ea4f67847d

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

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