1
0

Added Git

This commit is contained in:
2025-10-10 16:26:32 +02:00
parent 29be17d57d
commit c8385b97c7
5 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
{{- if not .features.shell }}
.config/fish
{{- end }}
{{- if not .features.git }}
.config/git
{{- end }}

View File

@@ -0,0 +1,9 @@
[user]
email = {{ .email }}
name = {{ .git_name }}
[init]
defaultBranch = main
[merge]
ff = true