Skip to main content

Color Schemes

# vim custom colors and vimrc.local changes mkdir -p /etc/vim/custom git clone https://github.com/flazz/vim-colorschemes.git /etc/vim/custom cat << EOF >> /etc/vim/vimrc.local let &runtimepath=&runtimepath . ',' . '/etc/vim/custom' set hlsearch set modeline set t_Co=256 set background=dark :colorscheme molokai EOF