general update
This commit is contained in:
parent
bcdfa84c8f
commit
14f8bef9bd
@ -3,6 +3,7 @@ bold_font auto
|
|||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
font_size 14
|
font_size 14
|
||||||
|
cursor_shape beam
|
||||||
|
|
||||||
background #002b36
|
background #002b36
|
||||||
foreground #839496
|
foreground #839496
|
||||||
|
@ -12,7 +12,5 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
|||||||
cp vimrc ~/.vimrc
|
cp vimrc ~/.vimrc
|
||||||
|
|
||||||
ex -c source ~/.vimrc -c qa!
|
ex -c source ~/.vimrc -c qa!
|
||||||
ex -c PlugInstall coc.nvim -c PlugInstall coc.nvim -c PlugInstall vimtex -c PlugInstall auto-pairs -c PlugInstall lightline.vim -c PlugInstall vim-colors-solarized -c PlugInstall nerdtree -c qa!
|
ex -c PlugInstall vimtex -c PlugInstall lightline.vim -c PlugInstall vim-colors-solarized -c PlugInstall nerdtree -c qa!
|
||||||
|
|
||||||
ex -c CocInstall coc-python -c CocInstall coc-json -c CocInstall -c coc-vimtex -c qa!
|
|
||||||
|
|
||||||
|
30
vim/vimrc
30
vim/vimrc
@ -5,34 +5,36 @@ endif
|
|||||||
nnoremap qt :vert term<CR><C-w><C-r>
|
nnoremap qt :vert term<CR><C-w><C-r>
|
||||||
|
|
||||||
noremap qq <Esc>:q<CR>
|
noremap qq <Esc>:q<CR>
|
||||||
noremap qqa <Esc>:qa<CR>
|
noremap qaq <Esc>:qa<CR>
|
||||||
noremap qqq <Esc>:q!<CR>
|
noremap qq1 <Esc>:q!<CR>
|
||||||
noremap qqqa <Esc>:qa!<CR>
|
noremap qaq1 <Esc>:qa!<CR>
|
||||||
|
|
||||||
|
noremap qf <Esc>:NERDTreeToggle<CR>
|
||||||
|
|
||||||
noremap vs <Esc>:e $MYVIMRC<CR>
|
noremap vs <Esc>:e $MYVIMRC<CR>
|
||||||
|
|
||||||
inoremap qw <Esc>:w<CR>i<Right>
|
inoremap qw <Esc>:w<CR>i<Right>
|
||||||
nnoremap qw :w<CR>
|
|
||||||
|
|
||||||
inoremap ii <Esc><Right>
|
inoremap ii <Esc><Right>
|
||||||
|
|
||||||
|
imap <C-@> <C-n>
|
||||||
|
|
||||||
|
inoremap ( ()<Left>
|
||||||
|
inoremap { {}<Left>
|
||||||
|
inoremap [ []<Left>
|
||||||
|
inoremap " ""<Left>
|
||||||
|
inoremap ' ''<Left>
|
||||||
|
|
||||||
|
nnoremap qw :w<CR>
|
||||||
|
|
||||||
set number
|
set number
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'neoclide/coc-prettier'
|
|
||||||
Plug 'neoclide/coc.nvim'
|
|
||||||
|
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
|
Plug 'scrooloose/nerdtree'
|
||||||
Plug 'jiangmiao/auto-pairs'
|
|
||||||
|
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Plug 'altercation/vim-colors-solarized'
|
Plug 'altercation/vim-colors-solarized'
|
||||||
Plug 'scrooloose/nerdtree'
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
noremap qf <Esc>:NERDTreeToggle<CR>
|
|
||||||
|
|
||||||
set encoding=UTF-8
|
set encoding=UTF-8
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
|
||||||
|
6
wifi-stick-setup/setup.sh
Normal file
6
wifi-stick-setup/setup.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
git clone https://github.com/cilynx/rtl88x2bu.git
|
||||||
|
sudo dkms add ./rtl88x2bu
|
||||||
|
sudo dkms install rtl88x2bu/5.6.1
|
||||||
|
echo "Please to reboot to apply these changes to your system!"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user