removing exising prezto for cloning

This commit is contained in:
Stefen Auris 2019-03-29 23:21:04 -04:00
parent 29d0df6073
commit d2c40ae871
186 changed files with 6 additions and 10639 deletions

View file

@ -1,4 +1,10 @@
#!/bin/bash
#git cloning
echo "initialize submodules and clone prezto"
git clone --recursive https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
git submodule init && git submodule update
#install pre-req.
echo "installing required packages"
bash deps.sh