vim & gitconfig

This commit is contained in:
2021-11-04 11:29:42 +01:00
parent 8c385e23a8
commit 1d5c33b85b
4 changed files with 2699 additions and 9 deletions

View File

@@ -7,13 +7,7 @@
process = git-lfs filter-process
required = true
[core]
excludesfile = /Users/nicco/.gitignore_global
excludesfile = $HOME/.gitignore_global
autocrlf = input
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[commit]
gpgsign = true