brew update brew install vimRemove the Vim package and related dependencies
sudo apt remove --auto-remove vimRemove the Vim package and local configuration files
sudo apt purge --auto-remove vimInstall Vim
sudo apt-get update sudo apt-get install vimInstall 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