1) Install Vim
2) Install Vundle
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
vim -c ':PluginInstall'