dotfiles/git/gitconfig.symlink

19 lines
336 B
Plaintext
Raw Permalink Normal View History

2020-06-03 08:31:58 -06:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Noah Masur
2021-04-22 09:36:27 -04:00
email = 7386960+nmasur@users.noreply.github.com
2020-06-03 08:31:58 -06:00
[hub]
host = github.take2games.com
[pager]
branch = false
2020-11-27 19:57:31 -05:00
[core]
editor = nvim
[pull]
ff = only
2021-05-17 20:39:12 -04:00
[credential]
helper = osxkeychain