Add some dotfiles
This commit is contained in:
22
dot_gitconfig
Normal file
22
dot_gitconfig
Normal 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
|
Reference in New Issue
Block a user