From 8b8fea2f17549bc1f223018cd8132f3776c42224 Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Mon, 11 Feb 2019 16:34:30 +0100 Subject: [PATCH] git submodule update --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 08234f1..4327838 100755 --- a/install.sh +++ b/install.sh @@ -68,6 +68,9 @@ function installDependencies { git clone https://github.com/bhilburn/powerlevel9k.git $HOME/.oh-my-zsh/custom/themes/powerlevel9k > /dev/null 2>&1 fi fi + + echo "Pulling git submodules..." + cd $DOTDIR && git submodule update >> /dev/null 2>&1 # Set ZSH as default shell if [ ! "$SHELL" = "$(which zsh)" ]; then