You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
314 B
Cheetah
12 lines
314 B
Cheetah
2 weeks ago
|
# chezmoi:template:left-delimiter=#{{
|
||
|
#{{- /* vim: set filetype=gitconfig: */ -}}
|
||
|
#{{ if and .work (lookPath "git") -}}
|
||
|
[url "git@github.com:HelloTech"]
|
||
|
insteadOf = https://github.com/HelloTech
|
||
|
|
||
|
#{{ if lookPath "node" -}}
|
||
|
[init]
|
||
|
templateDir = #{{ .chezmoi.homeDir }}/.config/git/template
|
||
|
#{{- end }}
|
||
|
#{{- end }}
|