submodule shit again

This commit is contained in:
Stefen Auris 2019-07-18 14:13:03 -04:00
parent 18f28f51e7
commit 0a5cda2124

View file

@ -3,8 +3,9 @@
echo "initialize submodules and clone prezto"
git clone --recursive -j 4 https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
#fix submodules once and for all
cd $HOME/stevset/prezto/.zprezto && git submodule update -j 4 --init --remote && git submodule update -j 4
cd ~/.zprezto/modules/prompt/external/powerlevel10k && git checkout master && git pull
cd $HOME/stevset/prezto/.zprezto && git submodule update -j 4 --init --remote
#&& git submodule update -j 4
#cd ~/.zprezto/modules/prompt/external/powerlevel10k && git checkout master && git pull
#Remove old stuff
echo "....Creating symlinks"