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"
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue