Add MacOS specific config
This commit is contained in:
31
.config/git/config
Normal file
31
.config/git/config
Normal 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
1
.config/git/ignore
Normal file
@ -0,0 +1 @@
|
||||
**/.DS_Store
|
Reference in New Issue
Block a user