dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

commit 723896003d427ffff18ee57d194c896e342c9efc
parent b0a1c774527ff01177dc1bbfd1c70735b7ca4bda
Author: FIGBERT <figbert@figbert.com>
Date:   Sun,  5 Jun 2022 18:10:04 -0700

Remove Git LFS

Diffstat:
Mdot_gitconfig.tmpl | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl @@ -5,11 +5,6 @@ [core] editor = nvim pager = delta -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true [commit] gpgSign = true [init]