all repos

dotfiles @ 197750ffa3952d2e693d1a4122973e3bcfb995bc

i use rach linux btw

dotfiles/gitconfig (view raw)

1
[user]
2
    username = Smirnov-O
3
    name = Smirnov Alexandr
4
    email = ss2316544@gmail.com
5
6
[web]
7
    browser = google-chrome-stable
8
9
[core]
10
    editor = nvim
11
12
[alias]
13
    ada = add -A
14
    cmm = commit -m
15
    st = status
16
17
[credential]
18
    helper = cache --timeout=1800