Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 591 Bytes

Setup

1) Install Vim

2) Install Vundle

3) Clone this repository and copy vimrc to the home directory:

curl https://raw.githubusercontent.com/Carlos-Muniz/vimrc-setup/main/.vimrc -o ~/.vimrc

4) Download summerfruit256 color into the right directory

mkdir ~/.vim/colors; curl -o ~/.vim/colors/summerfruit256.vim https://www.vim.org/scripts/download_script.php?src_id=10153

5) Install Plugins

vim -c ':PluginInstall'