Fix reinstall situations

This commit is contained in:
Ivan Bushchik 2022-07-09 17:48:55 +03:00
parent 80df8a3634
commit ed76a913b9
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -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)"