chore: initial commit

This commit is contained in:
Stevan Freeborn
2026-07-07 18:28:35 -05:00
commit 914afa469f
44 changed files with 3917 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{{- $hostname := .chezmoi.hostname -}}
{{- $email := promptStringOnce . "email" "Git email address" -}}
{{- $name := promptStringOnce . "name" "Git full name" -}}
[data]
hostname = {{ $hostname | quote }}
email = {{ $email | quote }}
name = {{ $name | quote }}
{{ if ne .chezmoi.os "windows" -}}
[diff]
pager = "less -FRX"
{{ end -}}