all repos

dotfiles @ 997c4bddfd5914c034798377621aacdf67f949f1

my dotfiles

gitconfig (view raw)

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

[github]
  name = Smirnov-O

[core]
  editor = nvim

[init]
  defaultBranch = "main"

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