aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-11-14 18:31:09 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-11-14 18:31:09 +0100
commitd947e6d70271873d37bab37e357505c5b0d01bf3 (patch)
tree559e97d3e6153fbb65aa58757271f268eef92f8b /install.sh
parent098a2e22ac98b01b1cc0a2b64e0c81718743055e (diff)
downloaddotfiles-d947e6d70271873d37bab37e357505c5b0d01bf3.tar.gz
dotfiles-d947e6d70271873d37bab37e357505c5b0d01bf3.zip
vim: updated vundle -> Vundle.vim.
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