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
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
DEFUNCT, *no longer used* ; My Vim setup, using vundle
License
swaroopch/dotvim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
DEFUNCT, *no longer used* ; My Vim setup, using vundle
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published