mirror of
https://github.com/tanishq-dubey/.dotfiles.git
synced 2025-07-04 14:46:28 -04:00
Add all dotfiles
This commit is contained in:
21
git/.gitconfig
Normal file
21
git/.gitconfig
Normal 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
|
Reference in New Issue
Block a user