mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-14 21:56:47 +02:00
9 lines
No EOL
333 B
Cheetah
9 lines
No EOL
333 B
Cheetah
{{- if eq .chezmoi.os "windows" -}}
|
|
{{- template "dot_gitconfig_windows.tmpl" . -}}
|
|
{{- else if eq .chezmoi.os "linux" -}}
|
|
{{- if (.chezmoi.kernel.osrelease | lower | contains "microsoft") -}}
|
|
{{- template "dot_gitconfig_wsl.tmpl" . -}}
|
|
{{- else -}}
|
|
{{- template "dot_gitconfig_linux.tmpl" . -}}
|
|
{{- end -}}
|
|
{{- end -}} |