Skip to content

Instantly share code, notes, and snippets.

@RezhaBlue
Last active January 23, 2019 16:10
Show Gist options
  • Save RezhaBlue/29c9d7e0fc5312ca6cd04a9358e88639 to your computer and use it in GitHub Desktop.
Save RezhaBlue/29c9d7e0fc5312ca6cd04a9358e88639 to your computer and use it in GitHub Desktop.
# 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