mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-07-01 08:36:00 +00:00
chore(global): apply patches from termux branch
See-Also:00aa74c825
See-Also:cbeb6b6b85
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
add93e3ec0
commit
d7a95fa880
3 changed files with 32 additions and 20 deletions
16
.gitconfig
16
.gitconfig
|
@ -25,19 +25,19 @@
|
|||
# authentication hellscape
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
helper = !gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
helper = !gh auth git-credential
|
||||
[credential "https://gitlab.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/glab auth git-credential
|
||||
helper = !glab auth git-credential
|
||||
[credential "https://mau.dev"]
|
||||
helper =
|
||||
helper = !/usr/bin/glab auth git-credential
|
||||
helper = !glab auth git-credential
|
||||
[credential "https://gitlab.alpinelinux.org"]
|
||||
helper =
|
||||
helper = !/usr/bin/glab auth git-credential
|
||||
helper = !glab auth git-credential
|
||||
|
||||
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
|
||||
#[sendemail]
|
||||
|
@ -82,8 +82,8 @@
|
|||
# path = ~/.config/git/ajhalili2006-experiments.include.gitconfig
|
||||
#[includeIf "gitdir/i:~/projects/labs.andreijiroh.dev"]
|
||||
# path = ~/.config/git/ajhalili2006-experiments.include.gitconfig
|
||||
[includeIf "gitdir/i:~/git-projects/recaptime.dev/"]
|
||||
path = ~/.config/git/recaptime-dev.include.gitconfig
|
||||
#[includeIf "gitdir/i:~/git-projects/recaptime.dev/"]
|
||||
# path = ~/.config/git/recaptime-dev.include.gitconfig
|
||||
[includeIf "gitdir/i:~/projects/recaptime.dev/"]
|
||||
path = ~/.config/git/recaptime-dev.include.gitconfig
|
||||
[includeIf "gitdir/i:/workspaces/recaptime.dev/"]
|
||||
|
@ -107,3 +107,5 @@
|
|||
command = echo \"$(git config user.name) <$(git config user.email)>\"
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[safe]
|
||||
directory = /storage/emulated/0/Documents/git/recaptime-dev/proxyparty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue