Skip to content

arangamani/vimrc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arangamani's vimrc

Installation

cURL

curl https://raw.githubusercontent.com/arangamani/vimrc/master/setup.sh | bash

Manual

# Clone the vimrc repository to ~/.vim
git clone git://github.com/arangamani/vimrc ~/.vim

# Install vundle first
mkdir -p $HOME/.vim/bundle
git clone http://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle

# Install all other bundles using vundle installer
vim -u $HOME/.vim/startup/bundles.vim +BundleInstall! +BundleClean +qall

# Link the vimrc
ln -s ~/.vim/vimrc ~/.vimrc

Releases

No releases published

Packages

No packages published