Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.
/ dotvim Public archive

DEFUNCT, *no longer used* ; My Vim setup, using vundle

License

Notifications You must be signed in to change notification settings

swaroopch/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vim setup

Installation

if [[ "$OSTYPE" =~ "linux" ]] # Assumes Ubuntu
then
    sudo apt-get install git curl subversion
elif [[ "$OSTYPE" =~ "darwin" ]]
then
    brew install git curl subversion
else
    echo "Don't know how to install packages on $OSTYPE operating system"
    exit 1
fi

mkdir -p "$HOME/code/"
cd "$HOME/code/"

git clone git://github.com/swaroopch/dotvim.git
cd dotvim
git submodule update --init

bash install.bash

vim # Follow the instructions to download the Vim plugins

bash post_install.bash

About

DEFUNCT, *no longer used* ; My Vim setup, using vundle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published