all repos

dotfiles @ 044d39efcf1b95c16caef611d0546c0d6d321789

my dotfiles

gitconfig (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
	name = neoteny
  email = ss2316544@gmail.com

[github]
  name = Smirnov-O

[gpg]
	program = gpg2

[core]
  editor = nvim

[init]
  defaultBranch = "main"

[alias]
  l  = log --oneline --decorate