From 95f37ed23f5619461247ba4c4bcc5622199f7717 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 8 Feb 2021 16:08:33 +0100 Subject: [PATCH] Copy script fix --- copydots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copydots.sh b/copydots.sh index a01ec8f..d2725fd 100755 --- a/copydots.sh +++ b/copydots.sh @@ -12,7 +12,7 @@ cp -r $HOME/.config/dunst $repoPath cp -r $HOME/.config/picom $repoPath # ZSH -cp -r $HOME/.oh-my-zsh/custom/themes $repoPath/zsh-themes +rm -r $repoPath/zsh-themes; cp -r $HOME/.oh-my-zsh/custom/themes $repoPath/zsh-themes cp $HOME/.zshrc $repoPath # X