removing exising prezto for cloning
This commit is contained in:
parent
29d0df6073
commit
d2c40ae871
186 changed files with 6 additions and 10639 deletions
6
init.sh
6
init.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue