Added Git
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{{- if not .features.shell }}
|
||||
.config/fish
|
||||
{{- end }}
|
||||
{{- if not .features.git }}
|
||||
.config/git
|
||||
{{- end }}
|
||||
|
9
home/private_dot_config/git/config.tmpl
Normal file
9
home/private_dot_config/git/config.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
[user]
|
||||
email = {{ .email }}
|
||||
name = {{ .git_name }}
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[merge]
|
||||
ff = true
|
Reference in New Issue
Block a user