Update 'setup.sh'

This commit is contained in:
quackerd 2021-02-21 05:47:51 +00:00
parent fc90ed0243
commit 2b4cfaf737

View File

@ -1,12 +1,14 @@
#!/bin/sh #!/bin/sh
set +xe
OZSH_HOME=$HOME/.ozsh OZSH_HOME=$HOME/.ozsh
# clone the repo # clone the repo
git clone https://git.quacker.org/d/ozsh $OZSH_HOME/ git clone https://git.quacker.org/d/ozsh $OZSH_HOME/
# pull submodules # pull submodules
git -C $OZSH_HOME/.ozsh submodule update --init --recursive git -C $OZSH_HOME submodule update --init --recursive
# link .zshrc # link .zshrc
ln -s $OZSH_HOME/.zshrc $HOME/.zshrc ln -s $OZSH_HOME/.zshrc $HOME/.zshrc