This commit is contained in:
Matthew Ryan Dillon 2025-09-23 22:07:35 -04:00
parent 4a65f1304f
commit 61ab8bf9a1
4 changed files with 128 additions and 133 deletions

View file

@ -2,7 +2,7 @@
name = {{ .name }}
{{- if eq .hosttype "work" }}
email = {{ .email_work }}
{{ else }}
{{- else }}
email = {{ .email_personal }}
{{- end }}
[core]
@ -57,8 +57,8 @@
[init]
defaultBranch = main
{{- if eq .hosttype "work" }}
[includeIf "gitdir:~/projects/personal/"]
{{ if eq .hosttype "work" -}}
[includeIf "gitdir:~/projects/personal"]
path = ~/.gitconfig-personal-override
[includeIf "gitdir:~/.local/share/chezmoi"]