removed ref to submodules

This commit is contained in:
Stefen Auris 2019-03-30 16:52:48 -04:00
parent 09d65797fd
commit 97259ed0a5

View file

@ -3,7 +3,6 @@
#git cloning #git cloning
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 https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
git submodule init && git submodule update
#install pre-req. #install pre-req.
echo "installing required packages" echo "installing required packages"