first commit

This commit is contained in:
Jason King
2025-08-18 01:50:02 +00:00
parent 8e00321629
commit 16f41bd98a
7 changed files with 560 additions and 0 deletions

20
gitconfig Normal file
View File

@@ -0,0 +1,20 @@
[user]
name = Jason King
email = mazdagtr@gmail.com
[core]
editor = vim
[color]
ui = auto
[url "https://github.com/"]
insteadOf = gh
[credential "https://github.com/"]
username = mazdagtr
[url "https://gist.github.com/"]
insteadOf = gist
[credential "https://gist.github.com/"]
username = mazdagtr
[credential]
helper = store