brew update brew install vim
Remove the Vim package and related dependencies
sudo apt remove --auto-remove vim
Remove the Vim package and local configuration files
sudo apt purge --auto-remove vim
Install Vim
sudo apt-get update sudo apt-get install vim
Install Vundle (as pip for Vim) manage Vim plugins/extensions
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vimcd ~ git clone https://github.com/mctrinh/dotfiles cp ~./dotfiles/.vimrc ./ vim .vimrc :PluginInstall :q source ~/.vimrc # optional