mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Clean dotfiles
This commit is contained in:
parent
5c2b55f13c
commit
197750ffa3
32 changed files with 123 additions and 579 deletions
14
gitconfig
14
gitconfig
|
|
@ -3,30 +3,16 @@
|
|||
name = Smirnov Alexandr
|
||||
email = ss2316544@gmail.com
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[web]
|
||||
#browser = firefox
|
||||
browser = google-chrome-stable
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[alias]
|
||||
ada = add -A
|
||||
com = commit -am
|
||||
cmm = commit -m
|
||||
ch = checkout
|
||||
st = status
|
||||
br = branch
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
interactive = true
|
||||
branch = true
|
||||
status = true
|
||||
|
||||
[credential]
|
||||
helper = cache --timeout=1800
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue