config - dotfiles - These are my dotfiles. There are many like it, but these are mine.
 (HTM) git clone git://jay.scot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       config (306B)
       ---
            1 [user]
            2         name = Jay Scott
            3         signingkey = C88BBC696A39CCB0
            4         email = me@jay.scot
            5 
            6 [commit]
            7         gpgSign = true
            8 
            9 [pull]
           10         rebase = true
           11 
           12 [sendemail]
           13         annotate = yes
           14         smtpserver = smtp.mailbox.org
           15         smtpuser = me@jay.scot
           16         smtpencryption = ssl
           17         smtpserverport = 465
           18 
           19 [core]
           20         editor = nvim
           21 
           22 [alias]
           23         last = log -1 HEAD