X-Git-Url: https://git.armaanb.net/?p=dotfiles.git;a=blobdiff_plain;f=.gitconfig;h=5bd28d4981169a4578f9f664e239cafa43423c93;hp=ae26d6e96ca4f935e0bede441fcad7933a27ae38;hb=19dc2aa9b96d5cc0df6327d21a0022e422a77851;hpb=1f5e5ed306e2cd24d9d6a4d5570024eaa279d47e diff --git a/.gitconfig b/.gitconfig index ae26d6e..5bd28d4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,11 +1,33 @@ -[color] - ui = false - branch = false - diff = false - interactive = false - status = false - log = false - [user] name = Armaan Bhojwani email = me@armaanb.net + +[init] + defaultBranch = main + +[sendemail] + smtpserver = smtp.mailbox.org + smtpuser = me@armaanb.net + smtpencryption = ssl + smtpserverport = 465 + confirm = auto + +[submodule] + recurse = true + +[alias] + sclean = clean -dfX + quickfix = commit --amend --no-edit + subup = submodule update --remote + push-all = !git remote | xargs -L1 git push --all + +[commit] + verbose = true + +[add "interactive"] + usebuiltin = true + +[imap] + folder = Drafts + host = imaps://imap.mailbox.org + user = me@armaanb.net