git submodule update

This commit is contained in:
Adrien Luxey 2019-02-11 16:34:30 +01:00
parent 0ffe30b88a
commit 8b8fea2f17

View file

@ -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 git clone https://github.com/bhilburn/powerlevel9k.git $HOME/.oh-my-zsh/custom/themes/powerlevel9k > /dev/null 2>&1
fi fi
fi fi
echo "Pulling git submodules..."
cd $DOTDIR && git submodule update >> /dev/null 2>&1
# Set ZSH as default shell # Set ZSH as default shell
if [ ! "$SHELL" = "$(which zsh)" ]; then if [ ! "$SHELL" = "$(which zsh)" ]; then