all repos

dotfiles @ 197750f

my dotfiles

gitconfig (view raw)

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

[web]
    browser = google-chrome-stable

[core]
    editor = nvim

[alias]
    ada = add -A
    cmm = commit -m
    st = status

[credential]
    helper = cache --timeout=1800