This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.config/git/config

57 lines
1.3 KiB
Plaintext

[http]
sslverify = true
[gpg]
program = gpg2
[commit]
gpgsign = true
[user]
name = FollieHiyuki
email = folliekazetani@protonmail.com
signingkey = 813CF484F4993419
[core]
editor = nvim
pager = delta
whitespace = trailing-space
[delta]
features = side-by-side line-numbers decorations
zero-style = dim syntax
minus-style = red bold "#340001"
plus-style = green bold "#012800"
syntax-theme = base16
[delta "line-numbers"]
line-numbers-left-format = "{nm:>4}┊"
line-numbers-right-format = "{np:>4}│"
line-numbers-left-style = blue
line-numbers-right-style = blue
line-numbers-minus-style = 1
line-numbers-plus-style = 2
line-numbers-zero-style = 7
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = yellow box
[interactive]
diffFilter = delta --color-only
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[rebase]
autosquash = true
[push]
followTags = true
[help]
autocorrect = 1
[url "https://github.com/"]
insteadOf = gh:
[url "https://gitlab.com/"]
insteadOf = gl:
[url "https://git.disroot.org/"]
insteadOf = dr:
[url "https://gist.github.com/"]
insteadOf = gist:
[url "https://bitbucket.org/"]
insteadOf = bb: