cdl
This commit is contained in:
parent
17acb644aa
commit
5db0d63bee
@ -17,12 +17,14 @@ fi
|
|||||||
read -p "Restore ~/.bashrc? [Y/n]: " ENABLE_BASHRC
|
read -p "Restore ~/.bashrc? [Y/n]: " ENABLE_BASHRC
|
||||||
if [ "$ENABLE_BASHRC" = "Y" ] || [ "$ENABLE_BASHRC" = "y" ] || [ "$ENABLE_NANO" = "" ]
|
if [ "$ENABLE_BASHRC" = "Y" ] || [ "$ENABLE_BASHRC" = "y" ] || [ "$ENABLE_NANO" = "" ]
|
||||||
then
|
then
|
||||||
|
sudo pacman -S neofetch
|
||||||
git clone --depth 1 https://github.com/bluz71/bash-seafly-prompt ~/.bash-seafly-prompt
|
git clone --depth 1 https://github.com/bluz71/bash-seafly-prompt ~/.bash-seafly-prompt
|
||||||
source ~/.bash-seafly-prompt/command_prompt.bash
|
source ~/.bash-seafly-prompt/command_prompt.bash
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone --recursive https://github.com/akinomyoga/ble.sh.git
|
git clone --recursive https://github.com/akinomyoga/ble.sh.git
|
||||||
make -C ble.sh install PREFIX=~/.local
|
make -C ble.sh install PREFIX=~/.local
|
||||||
cd -
|
cd -
|
||||||
|
mkdir $HOME/.cache; echo $PWD > $HOME/.cache/whereami
|
||||||
ln -s $PWD/bashrc $HOME/.bashrc
|
ln -s $PWD/bashrc $HOME/.bashrc
|
||||||
fi
|
fi
|
||||||
###################################################################
|
###################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user