dotfiles/files/git/gitconfig

17 lines
351 B
Plaintext
Raw Normal View History

2021-11-04 11:15:32 +01:00
[user]
name = cupcakearmy
email = hi@nicco.io
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
2021-11-05 15:53:19 +01:00
excludesfile = ~/.gitignore_global
2021-11-04 11:15:32 +01:00
autocrlf = input
[commit]
gpgsign = true
2021-11-05 16:02:51 +01:00
[includeIf "gitdir:/Users/niccolo.borgioli/"]
path = "~/.dotfiles/files/git/config.work"