all repos

dotfiles @ a01c2ab92ca742e7979bacde33aea8083d978086

my dotfiles

gitconfig (view raw)

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

[github]
  name = Smirnov-O

[core]
  editor = nvim

[init]
  defaultBranch = main

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