diff --git a/restorefiles.sh b/restorefiles.sh index 3ddc816..d3f9bec 100755 --- a/restorefiles.sh +++ b/restorefiles.sh @@ -17,12 +17,14 @@ fi read -p "Restore ~/.bashrc? [Y/n]: " ENABLE_BASHRC if [ "$ENABLE_BASHRC" = "Y" ] || [ "$ENABLE_BASHRC" = "y" ] || [ "$ENABLE_NANO" = "" ] then + sudo pacman -S neofetch git clone --depth 1 https://github.com/bluz71/bash-seafly-prompt ~/.bash-seafly-prompt source ~/.bash-seafly-prompt/command_prompt.bash cd /tmp git clone --recursive https://github.com/akinomyoga/ble.sh.git make -C ble.sh install PREFIX=~/.local cd - + mkdir $HOME/.cache; echo $PWD > $HOME/.cache/whereami ln -s $PWD/bashrc $HOME/.bashrc fi ###################################################################