From 7c3b549ac504178faca5b9a25d0945665385e0a6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 3 Jan 2014 16:22:13 +0100 Subject: vim: updated the install script so it installs my vim config files correctly. --- install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install.sh b/install.sh index 0566c9a..4d903fb 100755 --- a/install.sh +++ b/install.sh @@ -4,6 +4,10 @@ # If something goes wrong, get the f*ck out. set -e +# Initialize and update git submodules. +git submodule init +git submodule update + # Install the files on this repo. cp bashrc $HOME/.bashrc cp psqlrc $HOME/.psqlrc @@ -23,6 +27,13 @@ rm -rf $HOME/.vim rm -rf $HOME/.vimrc cp -rf vim $HOME/.vim cp vimrc $HOME/.vimrc +echo <