From ed76a913b92a9365742ecd0bb2392e75eecf8ddd Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 9 Jul 2022 17:48:55 +0300 Subject: [PATCH] Fix reinstall situations --- tools/reinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/reinstall.sh b/tools/reinstall.sh index eabfd85..c67f9e2 100644 --- a/tools/reinstall.sh +++ b/tools/reinstall.sh @@ -8,5 +8,7 @@ echo "${RED}Reinstalling dotfiles${CLEAR_COLOR}" echo "To proceed press enter" read A +cd $HOME + rm -rf $HOME/.dotfiles sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)" \ No newline at end of file