dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

config (429B) [raw]


      1 [user]
      2 	email = alex@alexkarle.com
      3 	name = Alex Karle
      4 
      5 [sendemail]
      6 	# smtpserver = smtp.fastmail.com
      7 	# smtpuser = alex@alexkarle.com
      8 	# smtpencryption = tls
      9 	# smtpserverport = 587
     10 	annotate = yes
     11 	confirm = always
     12 [pull]
     13 	ff = only
     14 [alias]
     15 	s = status -s
     16 	ss = status
     17 	l = log --stat
     18 	d = diff
     19 	c = commit
     20 	a = add
     21 	f = fetch
     22 	rb = rebase
     23 	co = checkout
     24 	g = grep
     25 	rs = reset
     26 	p = push
     27 	b = branch
     28 [init]
     29 	defaultBranch = main