19 lines
414 B
INI
19 lines
414 B
INI
[credential "https://github.com"]
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[user]
|
|
name = Kyren223
|
|
email = Kyren223@proton.me
|
|
[init]
|
|
defaultBranch = master
|
|
[pull]
|
|
rebase = true
|
|
[core]
|
|
editor = nvim
|
|
pager = delta --syntax-theme='Monokai Extended'
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[delta]
|
|
features = decorations
|