add global gitconfig and gitignore with email & name data
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
{{- $osid = printf "%s-%s" .chezmoi.os .chezmoi.osRelease.id -}}
|
||||
{{- end -}}
|
||||
|
||||
# TODO: Update email address and name
|
||||
|
||||
[data]
|
||||
osid = {{ $osid | quote }}
|
||||
email = "candrewlee14@gmail.com"
|
||||
name = "Andrew Lee"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user