git stuff

This commit is contained in:
Niccolo Borgioli
2021-11-05 16:02:51 +01:00
parent 9c9aa7d9ee
commit ca63fe4ce6
2 changed files with 4 additions and 1 deletions

16
files/git/gitconfig Normal file
View File

@@ -0,0 +1,16 @@
[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]
excludesfile = ~/.gitignore_global
autocrlf = input
[commit]
gpgsign = true
[includeIf "gitdir:/Users/niccolo.borgioli/"]
path = "~/.dotfiles/files/git/config.work"