dotfiles/git/gitconfig

26 lines
495 B
Plaintext

[user]
email = james@jpatrick.io
name = James Patrick
[core]
pager = delta
editor = vim
[interactive]
diffFilter = delta --color-only
[delta]
features = line-numbers decorations
whitespace-error-style = 22 reverse
navigate = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold cyan ul
file-decoration-style = none
hunk-header-decoration-style = none
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel