mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-07-01 08:36:00 +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
|
@ -40,9 +40,9 @@
|
|||
helper = !/usr/bin/glab auth git-credential
|
||||
|
||||
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
|
||||
[sendemail]
|
||||
smtpServer = /home/ajhalili2006/go/bin/sendgmail
|
||||
smtpServerOption = -sender=ajhalili2006@gmail.com
|
||||
#[sendemail]
|
||||
# smtpServer = /home/ajhalili2006/go/bin/sendgmail
|
||||
# smtpServerOption = -sender=ajhalili2006@gmail.com
|
||||
|
||||
# repo init chores
|
||||
[init]
|
||||
|
@ -105,3 +105,5 @@
|
|||
ifmissing = add
|
||||
ifexists = doNothing
|
||||
command = echo \"$(git config user.name) <$(git config user.email)>\"
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue