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
|
|
@ -1,20 +1,23 @@
|
|||
[user]
|
||||
name = Smirnov Olexander
|
||||
username = Smirnov-O
|
||||
name = Smirnov Olexandr
|
||||
email = ss2316544@gmail.com
|
||||
|
||||
[github]
|
||||
user = Smirnov-O
|
||||
name = Smirnov-O
|
||||
|
||||
[web]
|
||||
browser = firefox
|
||||
#browser = google-chrome
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[alias]
|
||||
ada = add -A
|
||||
rmc = rm --cached
|
||||
cm = commit
|
||||
cmm = commit -m
|
||||
ch = checkout
|
||||
cl = clone
|
||||
st = status
|
||||
|
|
|
|||
5
vimrc
5
vimrc
|
|
@ -1,8 +1,9 @@
|
|||
call plug#begin('~/.vim/plugged')
|
||||
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
|
||||
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 'airblade/vim-gitgutter' " Git indecator
|
||||
call plug#end()
|
||||
|
||||
set nocompatible " be iMproved
|
||||
|
|
@ -55,7 +56,7 @@ set visualbell t_vb= " Mute Vim
|
|||
set background=dark
|
||||
colorscheme OceanicNext
|
||||
" 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
|
||||
|
||||
" Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue