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