Update 'setup.sh'

This commit is contained in:
quackerd 2021-02-21 05:50:54 +00:00
parent 2b4cfaf737
commit 589383a421

View File

@ -5,11 +5,14 @@ set +xe
OZSH_HOME=$HOME/.ozsh
# clone the repo
git clone https://git.quacker.org/d/ozsh $OZSH_HOME/
if [ ! -d "$OZSH_HOME" ]; then
git clone https://git.quacker.org/d/ozsh $OZSH_HOME/
fi
# pull submodules
git -C $OZSH_HOME submodule update --init --recursive
# link .zshrc
rm -f $HOME/.zshrc
ln -s $OZSH_HOME/.zshrc $HOME/.zshrc