This commit is contained in:
Shihaam Abdul Rahman 2022-11-19 01:28:02 +05:00
parent 17acb644aa
commit 5db0d63bee
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -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
###################################################################