Switch to home manager and move off of ohmyzsh
This commit is contained in:
12
git/gitconfig
Normal file
12
git/gitconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = Stephen Parkinson
|
||||
email = smp827@gmail.com
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
[pull]
|
||||
rebase = false
|
||||
Reference in New Issue
Block a user