aboutsummaryrefslogtreecommitdiff
path: root/install-plugins.sh
blob: 4ed3d479147a1fb56bbe7bc862d409c2e12320a7 (plain)
1
2
3
4
5
6
#!/bin/bash

# This script is simply for automating the downloading of the vim plugins
echo "Installing Plugins"
vim -i NONE -c VundleInstall -c quitall > /dev/null 2>&1
echo "Done Installling Plugins"