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