Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.gitconfig

37 lines
595 B
INI
Raw Permalink Normal View History

2021-12-28 05:04:49 +00:00
[user]
name = Daryl Ronningen
email = relms@relms.dev
signingkey = 3905311D17C0E1E8AD2B3439FD23F0C934A5EC6B
[init]
defaultBranch = master
[pull]
rebase = false
[credential]
helper = store
[commit]
gpgsign = true
[gpg]
program = gpg
[color]
ui = auto
[core]
editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = false
line-numbers = true
side-by-side = true
[diff]
colorMoved = default
2022-07-17 04:28:15 +00:00
[tag]
forceSignAnnotated = true
2022-08-11 18:13:10 +00:00
[include]
path = /home/relms/.git-repo/gitconfig
[checkout]
workers = 16
[pack]
writeReverseIndex = true