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