mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-11-01 04:54:10 +01:00
22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[core]
|
|
excludesfile = ~/.gitignore_global
|
|
autocrlf = input
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[includeIf "gitdir:/Users/nicco/"]
|
|
path = "~/.dotfiles/files/git/config.personal"
|
|
|
|
[includeIf "gitdir:/Users/niccolo.borgioli/"]
|
|
path = "~/.dotfiles/files/git/config.work"
|
|
|
|
[includeIf "gitdir:/home/nicco/"]
|
|
path = "~/.dotfiles/files/git/config.lenovo"
|
|
[pull]
|
|
rebase = false
|