forked from pub-solar/os
teutat3s: add git lfs
This commit is contained in:
parent
841ce25ab2
commit
888d6ca12a
|
@ -7,6 +7,14 @@ pkgs.lib.mkAfter ''[sendemail]
|
||||||
smtpencryption = tls
|
smtpencryption = tls
|
||||||
smtpserverport = 587
|
smtpserverport = 587
|
||||||
|
|
||||||
|
[lfs]
|
||||||
|
repositoryformatversion = 0
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
||||||
[includeIf "gitdir:~/CodeRoom/greenbaum.cloud/"]
|
[includeIf "gitdir:~/CodeRoom/greenbaum.cloud/"]
|
||||||
path = ~/.config/git/config_greenbaum.cloud
|
path = ~/.config/git/config_greenbaum.cloud
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue