Skip to content

mctrinh/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dotfiles

Install Vim in macOS

brew update
brew install vim

Install Vim in Ubuntu 18.04 LTS

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.vim

Clone and install Vim plugins

cd ~
git clone https://github.com/mctrinh/dotfiles
cp ~./dotfiles/.vimrc ./
vim .vimrc
:PluginInstall
:q
source ~/.vimrc     # optional

About

Config files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published