mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update config
This commit is contained in:
parent
4901ad0581
commit
9cfea5e5f0
2 changed files with 13 additions and 9 deletions
17
gitconfig
17
gitconfig
|
|
@ -1,25 +1,28 @@
|
||||||
[user]
|
[user]
|
||||||
name = Smirnov Olexander
|
username = Smirnov-O
|
||||||
|
name = Smirnov Olexandr
|
||||||
email = ss2316544@gmail.com
|
email = ss2316544@gmail.com
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = Smirnov-O
|
name = Smirnov-O
|
||||||
|
|
||||||
[web]
|
[web]
|
||||||
browser = firefox
|
browser = firefox
|
||||||
|
#browser = google-chrome
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
excludesfile = ~/.gitignore_global
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
ada = add -A
|
ada = add -A
|
||||||
cm = commit
|
rmc = rm --cached
|
||||||
|
cm = commit
|
||||||
|
cmm = commit -m
|
||||||
ch = checkout
|
ch = checkout
|
||||||
cl = clone
|
cl = clone
|
||||||
st = status
|
st = status
|
||||||
br = branch
|
br = branch
|
||||||
l = log
|
l = log
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
|
||||||
5
vimrc
5
vimrc
|
|
@ -1,8 +1,9 @@
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
|
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
|
||||||
Plug 'flazz/vim-colorschemes' " ColorChemes pack
|
Plug 'flazz/vim-colorschemes' " ColorChemes pack
|
||||||
"Plug 'airblade/vim-gitgutter' " Git indecator
|
Plug 'joshdick/onedark.vim' " ColoeCheme
|
||||||
"Plug 'pangloss/vim-javascript' " JS syntax support
|
"Plug 'pangloss/vim-javascript' " JS syntax support
|
||||||
|
"Plug 'airblade/vim-gitgutter' " Git indecator
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set nocompatible " be iMproved
|
set nocompatible " be iMproved
|
||||||
|
|
@ -55,7 +56,7 @@ set visualbell t_vb= " Mute Vim
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme OceanicNext
|
colorscheme OceanicNext
|
||||||
" Color cheme list
|
" Color cheme list
|
||||||
" Dark: adventurs, Atelier_DuneLight, colorsbox-material, colorsbox-faff, OceanicNext, gruvbox, Monokai, material
|
" Dark: adventurs, Atelier_DuneLight, colorsbox-material, colorsbox-faff, OceanicNext, gruvbox, Monokai, material, onedark
|
||||||
" Light: newspaper, wikipedia, Atelier_CaveLight, mac_classic
|
" Light: newspaper, wikipedia, Atelier_CaveLight, mac_classic
|
||||||
|
|
||||||
" Python
|
" Python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue