This commit is contained in:
Tobias Reisinger 2019-12-20 02:35:30 +01:00
parent 918a0708a6
commit 296c26752c
8 changed files with 1928 additions and 59 deletions
.config/git

View file

@ -3,10 +3,21 @@
name = Tobias Reisinger
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
[core]
excludesfile = ~/.config/git/ignore
editor = vim
pager = less
excludesfile = /home/tr3isinger/.config/git/ignore
autocrlf = input
[help]
autocorrect = 20
[diff]
external = /home/tr3isinger/.config/git/ext_diff.sh
tool = vimdiff
[difftool]
prompt = false
[alias]
dt = difftool
d = diff
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false