diff --git a/deploy.sh b/deploy.sh index cbc7474..b56ff85 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,6 +4,9 @@ echo "> Deploying to GitHub..." set -e +echo ">> Removing any existing..." +rm -rf /tmp/existing-dotfiles || "No Existing Found" + echo ">> Downloading existing dotfiles..." git clone --depth=1 git@github.com:RealOrangeOne/dotfiles.git /tmp/existing-dotfiles