new beginnings
This commit is contained in:
parent
b447957db3
commit
7d19a9c744
6 changed files with 127 additions and 27 deletions
10
.gitconfig
10
.gitconfig
|
@ -1,7 +1,7 @@
|
|||
[core]
|
||||
excludesfile = "~/.gitignore"
|
||||
editor = nvim
|
||||
#pager = diff-so-fancy | less -+R -nBJFXRgiM -h512 -x4
|
||||
pager = delta
|
||||
|
||||
[user]
|
||||
useConfigOnly = true
|
||||
|
@ -66,12 +66,20 @@ threads = 0
|
|||
[blame]
|
||||
date = relative
|
||||
|
||||
[delta]
|
||||
plus-color = "#012800"
|
||||
minus-color = "#340001"
|
||||
syntax-theme = GitHub
|
||||
|
||||
[hub]
|
||||
protocol = git
|
||||
|
||||
[http]
|
||||
cookiefile = /home/dln/.gitcookies
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[credential]
|
||||
helper = store
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue