dotfiles/files/git/gitconfig

17 lines
351 B
Plaintext
Raw Normal View History

2021-11-04 10:15:32 +00: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 14:53:19 +00:00
excludesfile = ~/.gitignore_global
2021-11-04 10:15:32 +00:00
autocrlf = input
[commit]
gpgsign = true
2021-11-05 15:02:51 +00:00
[includeIf "gitdir:/Users/niccolo.borgioli/"]
path = "~/.dotfiles/files/git/config.work"