folder structure error for alacritty-debian installation

This commit is contained in:
ITmail-dk
2022-01-02 14:00:14 +01:00
parent 73746819ec
commit 076e73e2f2
2 changed files with 5 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ chmod +x ~/.config/bspwm/bspwmrc
chmod +x ~/.config/sxhkd/sxhkdrc chmod +x ~/.config/sxhkd/sxhkdrc
chmod +x ~/.config/polybar/run-polybar.sh chmod +x ~/.config/polybar/run-polybar.sh
chmod +x ~/.config/rofi/rofi-beats
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
@@ -96,7 +97,7 @@ echo " Alacritty - Building and installing"
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
. install-alacritty-debian . ~/bspwm-install-ma-dte/install-alacritty-debian
cd ~ cd ~

View File

@@ -3,8 +3,7 @@
#APT UPDATE & APT UPGRADE #APT UPDATE & APT UPGRADE
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
echo " APT UPDATE & APT UPGRADE" echo " APT + Alacritty - Building and installing"
echo " "
echo " Enter your user password, to continue." echo " Enter your user password, to continue."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
@@ -19,7 +18,6 @@ echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
mkdir ~/.config/alacritty mkdir ~/.config/alacritty
mkdir ~/make mkdir ~/make
mkdir ~/make/alacritty
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
@@ -27,9 +25,10 @@ echo " GIT Download."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
cd ~/make/
git clone https://github.com/alacritty/alacritty.git git clone https://github.com/alacritty/alacritty.git
mv alacritty ~/make/ mv alacritty ~/make/
cd make/alacritty cd ~/make/alacritty
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "