aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-12-01 20:37:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-12-01 20:37:41 +0300
commitab3579cc4fefcc59b9c2f7f3c5cc25cb0d653b53 (patch)
tree88c3c6fe73bbda2991d7570065760382c911a02e
parentos.sh: support Fedora (diff)
downloadlinux-home-ab3579cc4fefcc59b9c2f7f3c5cc25cb0d653b53.tar.gz
linux-home-ab3579cc4fefcc59b9c2f7f3c5cc25cb0d653b53.zip
.gitconfig: install LFS
-rw-r--r--%HOME%/.gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index 6015be8..69be6c2 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -29,3 +29,8 @@
follow = true
[include]
path = ~/.gitconfig_work
+[filter "lfs"]
+ smudge = git-lfs smudge -- %f
+ process = git-lfs filter-process
+ required = true
+ clean = git-lfs clean -- %f