added jobs to git clone
This commit is contained in:
parent
4c3c4e0748
commit
8be3fb25e3
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
#Initializes Prezto
|
#Initializes Prezto
|
||||||
echo "initialize submodules and clone prezto"
|
echo "initialize submodules and clone prezto"
|
||||||
git clone --recursive 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 --remote && git submodule update
|
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 ~/.zprezto/modules/prompt/external/powerlevel10k && git checkout master && git pull
|
||||||
|
|
||||||
#Remove old stuff
|
#Remove old stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue