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
+14
View File
@@ -0,0 +1,14 @@
[init]
defaultBranch = main
[user]
name = {{ .name }}
email = {{ .email }}
[push]
autoSetupRemote = true
[core]
editor = nvim -f
[alias]
acp = "! acp() { git add . && git commit -am \"$1\" && git push ; } ; acp"
acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp"
[gitbutler]
aiModelProvider = openai