mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
chore(config): update VS Code and git config
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
3d03a19d09
commit
add93e3ec0
4 changed files with 31 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -42,5 +42,27 @@
|
||||||
"local",
|
"local",
|
||||||
"remote",
|
"remote",
|
||||||
"tags"
|
"tags"
|
||||||
]
|
],
|
||||||
|
"gitlens.autolinks": [
|
||||||
|
{
|
||||||
|
"ignoreCase": true,
|
||||||
|
"prefix": "LAUNCHPAD-",
|
||||||
|
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ignoreCase": true,
|
||||||
|
"prefix": "LAUNCHPAD-T",
|
||||||
|
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ignoreCase": true,
|
||||||
|
"prefix": "META-",
|
||||||
|
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ignoreCase": true,
|
||||||
|
"prefix": "META-T-",
|
||||||
|
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
|
||||||
|
}
|
||||||
|
],
|
||||||
}
|
}
|
|
@ -40,9 +40,9 @@
|
||||||
helper = !/usr/bin/glab auth git-credential
|
helper = !/usr/bin/glab auth git-credential
|
||||||
|
|
||||||
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
|
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
|
||||||
[sendemail]
|
#[sendemail]
|
||||||
smtpServer = /home/ajhalili2006/go/bin/sendgmail
|
# smtpServer = /home/ajhalili2006/go/bin/sendgmail
|
||||||
smtpServerOption = -sender=ajhalili2006@gmail.com
|
# smtpServerOption = -sender=ajhalili2006@gmail.com
|
||||||
|
|
||||||
# repo init chores
|
# repo init chores
|
||||||
[init]
|
[init]
|
||||||
|
@ -105,3 +105,5 @@
|
||||||
ifmissing = add
|
ifmissing = add
|
||||||
ifexists = doNothing
|
ifexists = doNothing
|
||||||
command = echo \"$(git config user.name) <$(git config user.email)>\"
|
command = echo \"$(git config user.name) <$(git config user.email)>\"
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -38,5 +38,6 @@
|
||||||
"**/.git/subtree-cache/**": true,
|
"**/.git/subtree-cache/**": true,
|
||||||
"**/node_modules/*/**": true,
|
"**/node_modules/*/**": true,
|
||||||
"**/.cache/**": true
|
"**/.cache/**": true
|
||||||
}
|
},
|
||||||
|
"dotenv.enableAutocloaking": false
|
||||||
}
|
}
|
Loading…
Reference in a new issue