diff --git a/.config/git/config b/.config/git/config index 7fe48aa..169bcc2 100644 --- a/.config/git/config +++ b/.config/git/config @@ -14,6 +14,11 @@ helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v [diff "gpg"] textconv = gpg --no-tty --decrypt -q +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true # URL Specific stuff [url "https://adamgoldsmith.name/cgit/"]