mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Fix reinstall situations
This commit is contained in:
parent
80df8a3634
commit
ed76a913b9
|
@ -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)"
|
Loading…
Reference in a new issue