Last active
January 23, 2019 16:10
-
-
Save RezhaBlue/29c9d7e0fc5312ca6cd04a9358e88639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# get [vim] + [airlinetheme] monokai_tasty https://github.com/patstockwell/vim-monokai-tasty | |
### ~/.vimrc | |
# " vim-plug | |
# if empty(glob('~/.vim/autoload/plug.vim')) | |
# silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs | |
# \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
# autocmd VimEnter * PlugInstall --sync | source $MYVIMRC | |
# endif | |
# | |
# | |
# call plug#begin() | |
# Plug 'vim-airline/vim-airline' | |
# Plug 'vim-airline/vim-airline-themes' | |
# Plug 'patstockwell/vim-monokai-tasty' | |
# call plug#end() | |
# | |
# " vim settings | |
# syntax on | |
# | |
# let g:vim_monokai_tasty_italic = 1 | |
# let g:airline_theme='monokai_tasty' | |
# colorscheme vim-monokai-tasty | |
### | |
# get [bat] via https://github.com/sharkdp/bat/releases | |
# sudo dpkg -i bat_0.9.0_amd64.deb # adapt version number and architecture |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment