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
forked from swaroopch/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
My Vim setup, using MarcWeber/vim-addon-manager plugin
License
ptimothyp/dotvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
My Vim setup, using MarcWeber/vim-addon-manager plugin
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published