Initial commit

This commit is contained in:
Autumn Naber
2022-01-24 12:32:39 -08:00
parent be6e4214b9
commit 036248b797
22 changed files with 1129 additions and 0 deletions

15
gitconfig Normal file
View File

@@ -0,0 +1,15 @@
[user]
email = anaber@pm.me
name = Autumn Naber
[diff]
tool = vimdiff
[difftool]
prompt = false
[merge]
tool = fugitive
[mergetool]
prompt = false
[mergetool "fugitive"]
cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
[push]
default = simple