Add all dotfiles

This commit is contained in:
Tanishq Dubey
2022-07-10 15:46:05 -04:00
commit 3506c21b8d
26 changed files with 1940 additions and 0 deletions

21
git/.gitconfig Normal file
View File

@ -0,0 +1,21 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
signingkey = 0D0F75C0132BFC41
name = Tanishq Dubey
email = tdubey@clearstreet.io
[core]
editor = nvim
[init]
defaultBranch = develop
[color]
ui = auto
[push]
default = upstream
[commit]
gpgsign = true
[credential]
helper = store