mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-25 01:25:06 +03:00
Fix reinstall situations
This commit is contained in:
parent
80df8a3634
commit
ed76a913b9
1 changed files with 2 additions and 0 deletions
|
@ -8,5 +8,7 @@ echo "${RED}Reinstalling dotfiles${CLEAR_COLOR}"
|
||||||
echo "To proceed press enter"
|
echo "To proceed press enter"
|
||||||
read A
|
read A
|
||||||
|
|
||||||
|
cd $HOME
|
||||||
|
|
||||||
rm -rf $HOME/.dotfiles
|
rm -rf $HOME/.dotfiles
|
||||||
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
Loading…
Reference in a new issue