aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/install.sh b/install.sh
index c91807a..edb5a0f 100755
--- a/install.sh
+++ b/install.sh
@@ -30,15 +30,7 @@ rm -rf $HOME/.vim
rm -rf $HOME/.vimrc
cp -rf vim $HOME/.vim
cp vimrc $HOME/.vimrc
-cat <<HERE
-
-You have successfully installed my vim configuration files. However, you have
-to type the following command inside vim to install all the plugins that I'm
-using:
-
- :BundleInstall
-
-HERE
+vim +PluginInstall +qall
# Download and install the g utility
cd /tmp