dotfiles

dotfiles.git
git clone git://git.lenczewski.org/dotfiles.git
Log | Files | Refs

gitconfig (212B)


      1 [core]
      2 	editor = vim
      3 	pager = less
      4 [init]
      5 	defaultBranch = master
      6 [user]
      7 	name = MikoĊ‚aj Lenczewski
      8 	email = mikolaj@lenczewski.org
      9 	signingkey = ADD67E585F42E22C
     10 [commit]
     11 	gpgSign = true
     12 [tag]
     13 	gpgSign = true
     14