Add some dotfiles

This commit is contained in:
2024-02-03 16:02:24 -04:00
parent 6dda286e8f
commit 3ec3c8b554
5 changed files with 1708 additions and 527 deletions

22
dot_gitconfig Normal file
View File

@ -0,0 +1,22 @@
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[user]
name = Isaac Shoebottom
email = ir.shoebottom@gmail.com
[init]
defaultBranch = master
[credential "https://github.com"]
helper = gh auth git-credential
[credential "https://gist.github.com"]
helper = gh auth git-credential
[credential "https://vcs.cs.unb.ca"]
provider = generic
[credential "https://git.shoebottom.ca"]
provider = generic
[core]
autocrlf = false
[credential "helperselector"]
selected = manager