From 3d57560602863b3068c4464625abf838cf67cfb7 Mon Sep 17 00:00:00 2001 From: quackerd Date: Sun, 21 Feb 2021 05:55:10 +0000 Subject: [PATCH] Update 'setup.sh' --- setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6ff3512..f9648b5 100644 --- a/setup.sh +++ b/setup.sh @@ -4,6 +4,9 @@ set +xe OZSH_HOME=$HOME/.ozsh +# remove garbage +rm -rf "$HOME/.oh-my-zsh" + # clone the repo if [ ! -d "$OZSH_HOME" ]; then git clone https://git.quacker.org/d/ozsh $OZSH_HOME/ @@ -13,6 +16,7 @@ fi git -C $OZSH_HOME submodule update --init --recursive # link .zshrc -rm -f $HOME/.zshrc +rm -f "$HOME/.zshrc" +rm -f "$HOME/.p10k.zsh" ln -s $OZSH_HOME/.zshrc $HOME/.zshrc