all repos

dotfiles @ 0b1ace53f26d118f4cfcdff03776b87a5258833e

my dotfiles

gitconfig (view raw)

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

[github]
  name = Smirnov-O

[core]
  editor = nvim

[init]
  defaultBranch = "main"

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