submodule shit again
This commit is contained in:
parent
18f28f51e7
commit
0a5cda2124
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
||||||
echo "initialize submodules and clone prezto"
|
echo "initialize submodules and clone prezto"
|
||||||
git clone --recursive -j 4 https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
|
git clone --recursive -j 4 https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
|
||||||
#fix submodules once and for all
|
#fix submodules once and for all
|
||||||
cd $HOME/stevset/prezto/.zprezto && git submodule update -j 4 --init --remote && git submodule update -j 4
|
cd $HOME/stevset/prezto/.zprezto && git submodule update -j 4 --init --remote
|
||||||
cd ~/.zprezto/modules/prompt/external/powerlevel10k && git checkout master && git pull
|
#&& git submodule update -j 4
|
||||||
|
#cd ~/.zprezto/modules/prompt/external/powerlevel10k && git checkout master && git pull
|
||||||
|
|
||||||
#Remove old stuff
|
#Remove old stuff
|
||||||
echo "....Creating symlinks"
|
echo "....Creating symlinks"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue