mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Add git-delta to .gitconfig
This commit is contained in:
27
.gitconfig
27
.gitconfig
@@ -1,3 +1,6 @@
|
||||
[include]
|
||||
path = ~/.gitconfig-work
|
||||
|
||||
[alias]
|
||||
aa = add -A .
|
||||
br = branch
|
||||
@@ -31,9 +34,7 @@
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
|
||||
[user]
|
||||
name = Dave Gallant
|
||||
pager = delta
|
||||
|
||||
[push]
|
||||
default = current
|
||||
@@ -46,7 +47,23 @@
|
||||
smudge = git-lfs smudge -- %f
|
||||
required = true
|
||||
process = git-lfs filter-process
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
gpgsign = true
|
||||
|
||||
[gpg]
|
||||
program = gpg
|
||||
program = gpg
|
||||
|
||||
[core]
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
features = line-numbers decorations
|
||||
whitespace-error-style = 22 reverse
|
||||
|
||||
[delta "decorations"]
|
||||
commit-decoration-style = bold yellow box ul
|
||||
file-style = bold yellow ul
|
||||
file-decoration-style = none
|
||||
|
Reference in New Issue
Block a user