From f1923cd18055a0145211db4ba342600816ee080f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 5 Oct 2022 19:51:17 +0200 Subject: [PATCH] Add gitconfig --- private_dot_gitconfig.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/private_dot_gitconfig.tmpl b/private_dot_gitconfig.tmpl index a20872d..ee4fe03 100644 --- a/private_dot_gitconfig.tmpl +++ b/private_dot_gitconfig.tmpl @@ -74,3 +74,9 @@ detachedHead = false [includeIf "gitdir:~/Projects/itsf/**"] path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +