all repos

dotfiles @ ad7b5702954b16abfcb5a678df5c11912d6db2eb

i use rach linux btw

dotfiles/gitconfig (view raw)

1
[user]
2
	name = Smirnov-O
3
	email = ss2316544@gmail.com
4
5
[web]
6
	browser = firefox
7
8
[core]
9
	editor = vim
10
11
[alias]
12
	ada = add -A
13
	cm = commit
14
	ch = checkout
15
	cl = clone
16
	st = status
17
	br = branch
18
19
[color]
20
	ui = true
21
	interactive = true
22
	branch = true
23
	status = true
24
25
[credential]
26
	helper = cache --timeout=1800