Skip to content

capi/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-config

My personal vim configuration.

How to install

BEWARE! This instruction will remove your existing $HOME/.vimrc and $HOME/.vim directory. Make a backup first! (A backup is attempted in the script below, but I take no responsibility for any data loss! Use at own risk!)

mkdir -p $HOME/github/
cd $HOME/github/
git clone https://github.com/capi/vim-config.git
cd vim-config
git submodule init
git submodule update

cd $HOME
mkdir .vim.bak
mv .vimrc .vim .vim.bak
ln -s $HOME/github/vim-config/.vimrc
ln -s $HOME/github/vim-config/.vim

About

My personal vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published