]> git.armaanb.net Git - dotfiles.git/blob - .gitconfig
nvim: switch to init.lua
[dotfiles.git] / .gitconfig
1 [user]
2         name = Armaan Bhojwani
3         email = me@armaanb.net
4
5 [init]
6         defaultBranch = main
7
8 [sendemail]
9         smtpserver = smtp.mailbox.org
10         smtpuser = me@armaanb.net
11         smtpencryption = ssl
12         smtpserverport = 465
13         confirm = auto
14
15 [submodule]
16         recurse = true
17
18 [alias]
19         sclean = clean -dfX
20         quickfix = commit --amend --no-edit
21         subup = submodule update --remote
22         push-all = !git remote | xargs -L1 git push --all
23
24 [commit]
25         verbose = true
26
27 [add "interactive"]
28         usebuiltin = true
29
30 [imap]
31         folder = Drafts
32         host = imaps://imap.mailbox.org
33         user = me@armaanb.net