updates
This commit is contained in:
parent
ad0ef21d7b
commit
def779818a
21
.config/git/config
Normal file
21
.config/git/config
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[alias]
|
||||||
|
all = "!f() { ls -R -d */.git | xargs -I{} bash -c \"echo {} && git -C {}/../ $1\"; }; f"
|
||||||
|
[filter "lfs"]
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
[safe]
|
||||||
|
directory = /opt/flutter
|
||||||
|
[protocol "file"]
|
||||||
|
allow = always
|
||||||
|
[includeIf "gitdir:~/GFX/"]
|
||||||
|
path = ~/.config/git/work
|
||||||
|
[includeIf "gitdir:~/Gits/"]
|
||||||
|
path = ~/.config/git/github
|
||||||
|
[includeIf "gitdir:~/Dev/"]
|
||||||
|
path = ~/.config/git/gitea
|
||||||
|
[ssh]
|
||||||
|
postBuffer = 524288000
|
||||||
|
[gpg]
|
||||||
|
program = /home/abs3nt/Scripts/gpg-pinentry-loopback
|
6
.config/git/gitea
Normal file
6
.config/git/gitea
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[user]
|
||||||
|
name = abs3nt
|
||||||
|
email = abs3nt@asdf.cafe
|
||||||
|
signingkey = FDC6662313FA9386
|
6
.config/git/github
Normal file
6
.config/git/github
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[user]
|
||||||
|
name = abs3ntdev
|
||||||
|
email = abs3ntdev@users.noreply.github.com
|
||||||
|
signingkey = 8BE05CB5F08C532C
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
3
.config/git/work
Normal file
3
.config/git/work
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
email = jjohnston@gfxlabs.io
|
||||||
|
name = Jake Johnston
|
Loading…
Reference in New Issue
Block a user