diff --git a/.config/git/config b/.config/git/config index 7dc6b5e..3ffad75 100644 --- a/.config/git/config +++ b/.config/git/config @@ -118,3 +118,8 @@ [credentials "smtp://lucien@phundrak.com@mail.phundrak.com:587"] helper = "pass Email/lucien@phundrak.com | head -n1 | tr -d '\n'" +[filter "lfs"] + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process