Skip to content
forked from ghostylee/dotVim

my vimrc used across windows and linux

Notifications You must be signed in to change notification settings

RebeccaY/dotVim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#my vimrc used across windows and linux

Install

Linux

####1. backup your .vim and .vimrc

cp ~/.vimrc ~/.vim && mv ~/.vim ~/.vim_old

####2. git clone

git clone https://github.com/ghostylee/dotVim.git ~/.vim

####3. create link to vimrc

ln -sfn ~/.vim/vimrc .vimrc

####4. install Vundle

mkdir ~/.vim/bundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

####5. install plugins with Vundle Launch vim, run :BundleInstall

####6.install ctags

sudo apt-get install ctags

Windows

####1. backup your ~/.vim(if you got one)

 mv ~/.vim ~/.vim_old

####2. git clone

    git clone https://github.com/ghostylee/dotVim.git ~/.vim

####3. add this to $VIMRUNTIME/_vimrc

    source ~/.vim/vimrc

####4. install Vundle

mkdir ~/.vim/bundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

to make vundle work in windows, you may take a look at Vundle for Windows

####5. install plugins with Vundle Launch vim, run :BundleInstall

####6. install ctags #####1) download ctags from https://prdownloads.sourceforge.net/ctags/ctags58.zip #####2) unzip it to wherever you want #####3) add ctags.exe to PATH

About

my vimrc used across windows and linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 98.3%
  • Shell 1.7%