Initial commit

This commit is contained in:
2026-03-09 00:14:40 -04:00
commit 099e5d3738
10 changed files with 460 additions and 0 deletions

10
git/dot-gitconfig Normal file
View File

@@ -0,0 +1,10 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = jyelon
email = jyelon@gmail.com
[credential]
helper = cache --timeout 43200