Add MacOS specific config

This commit is contained in:
2023-08-07 13:13:54 +02:00
parent df9ac0ae46
commit 87c96d2e64
7 changed files with 83 additions and 27 deletions

31
.config/git/config Normal file
View File

@ -0,0 +1,31 @@
[user]
name = hoellen
email = dev@hoellen.eu
[core]
excludesfile = ~/.config/git/ignore
editor = nvim
[pull]
rebase = true
[commit]
verbose = yes
[includeIf "gitdir/i:~/Repositories/BfArM/"]
path = ~/Repositories/BfArM/.gitconfig
[difftool]
prompt = true
[diff]
tool = nvimdiff
[difftool "nvimdiff"]
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

1
.config/git/ignore Normal file
View File

@ -0,0 +1 @@
**/.DS_Store