diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index 7613e218..26a166b4 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -79,11 +79,11 @@ # I am not developing in detached head state, I generally want to compile # a specific version of a program and I know how to get out of it detachedHead = false -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true +# [filter "lfs"] +# clean = git-lfs clean -- %f +# smudge = git-lfs smudge -- %f +# process = git-lfs filter-process +# required = true [status] submodulesummary = 1 [submodule] diff --git a/conf/gitconfig b/conf/gitconfig index 4c57a2f6..6dd2b1cd 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -79,11 +79,11 @@ # I am not developing in detached head state, I generally want to compile # a specific version of a program and I know how to get out of it detachedHead = false -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true +# [filter "lfs"] +# clean = git-lfs clean -- %f +# smudge = git-lfs smudge -- %f +# process = git-lfs filter-process +# required = true [status] submodulesummary = 1 [submodule] diff --git a/install b/install index 50cdd932..43f9988f 100755 --- a/install +++ b/install @@ -49,6 +49,8 @@ if [ -f "$MIKAELA_GREP" ]; then bash -x .mikaela_install fi +(git lfs install | true &) + set +x # vim : set ft=sh : #chmod 700 $HOME -R