Add nvim config and .gitconfig

This commit is contained in:
Riz Ashraf
2026-02-12 09:47:32 +00:00
parent cf4044287d
commit 1a529aebef
8 changed files with 1207 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
[include]
path = ~/.delta/themes.gitconfig
[core]
excludesfile =
autocrlf = true
symlinks = true
fileMode = true
pager = delta --pager='less -R -F -X'
safecrlf = false
[user]
name = Riz Ashraf
email = reazul.ashraf@inseinc.com
[interactive]
diffFilter = delta --color-only
[delta]
features = collared-trogon
line-numbers = true
navigate = true
hyperlinks = true
hyperlinks-file-link-format = vscode://file/{path}:{line}
[diff]
colorMoved = default
tool = bc
guitool = bc
[difftool]
prompt = false
[merge]
conflictstyle = diff3
tool = bc
guitool = bc
[mergetool]
prompt = false
[credential]
helper = wincred
[safe]
directory = *
directory = C:/Users/reazul.ashraf
[difftool "bc"]
path = c:/Program Files/Beyond Compare 5/bcomp.exe
cmd = \"c:/Program Files/Beyond Compare 5/bcomp.exe\" \"$LOCAL\" \"$REMOTE\"
[mergetool "bc"]
path = C:/Program Files/Beyond Compare 5/BComp.exe
cmd = \"C:/Program Files/Beyond Compare 5/BComp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[gui]
recentrepo = D:/jchangelog
[credential "https://bitbucket.ingg.com"]
provider = bitbucket
[http]
sslVerify = false
postBuffer = 157286400
[pull]
rebase = false
[fetch]
prune = false
[rebase]
autoStash = false
autosquash = false
updateRefs = false
[i18n]
filesEncoding = utf-8
[credential "https://gitea.rizaz.com"]
provider = generic