This commit is contained in:
quackerd 2021-02-21 00:44:59 -05:00
parent 933edc60e1
commit fc90ed0243
Signed by: d
GPG Key ID: F73412644EDE357A

13
setup.sh Normal file
View File

@ -0,0 +1,13 @@
#!/bin/sh
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
# link .zshrc
ln -s $OZSH_HOME/.zshrc $HOME/.zshrc