dotfiles/tools/reinstall.sh

11 lines
167 B
Bash
Raw Normal View History

2022-07-05 08:26:29 +03:00
#!/bin/sh
set -e
echo "Reinstalling dotfiles"
2022-07-05 08:26:29 +03:00
echo "To proceed press enter"
read A
2022-07-09 17:48:55 +03:00
cd $HOME
2022-07-05 08:26:29 +03:00
rm -rf $HOME/.dotfiles
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"