all repos

dotfiles @ 9602ffe

my dotfiles

gitconfig (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[user]
    name = Smirnov Olexander
    email = ss2316544@gmail.com
    signingkey = 02BE5DDFB607A8F79E

[github]
    name = flof-ik

[gpg]
	program = gpg2

[core]
  editor = nvim

[init]
  defaultBranch = "main"

[alias]
    l = log --oneline --decorate
    s = status
    sw = switch
    cm = commit