Update 'setup.sh'
This commit is contained in:
parent
fc90ed0243
commit
2b4cfaf737
4
setup.sh
4
setup.sh
@ -1,12 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set +xe
|
||||
|
||||
OZSH_HOME=$HOME/.ozsh
|
||||
|
||||
# clone the repo
|
||||
git clone https://git.quacker.org/d/ozsh $OZSH_HOME/
|
||||
|
||||
# pull submodules
|
||||
git -C $OZSH_HOME/.ozsh submodule update --init --recursive
|
||||
git -C $OZSH_HOME submodule update --init --recursive
|
||||
|
||||
# link .zshrc
|
||||
ln -s $OZSH_HOME/.zshrc $HOME/.zshrc
|
||||
|
Loading…
Reference in New Issue
Block a user