Update mkdir-cp-git-chmod-echo-files.sh

This commit is contained in:
ITmail-dk
2022-01-17 12:28:18 +01:00
parent bad24b8492
commit 67b7f37cd0

View File

@@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " Creates folders." echo " Creates folders."
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
mkdir ~/.config mkdir ~/.config
mkdir ~/.themes mkdir ~/.themes
mkdir ~/.fonts mkdir ~/.fonts
@@ -29,11 +29,11 @@ mkdir ~/Music
#read -p "Troubleshooting - Press a key to continue the installation." #read -p "Troubleshooting - Press a key to continue the installation."
#Copy files to... #Copy files to...
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " Copy files to..." echo " Copy files to..."
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
cp -r ~/bspwm-install-ma-dte/config/* ~/.config/ cp -r ~/bspwm-install-ma-dte/config/* ~/.config/
cp -r ~/bspwm-install-ma-dte/fonts/* ~/.fonts/ cp -r ~/bspwm-install-ma-dte/fonts/* ~/.fonts/
@@ -75,11 +75,11 @@ echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
#chmod +x files. #chmod +x files.
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " chmod +x files." echo " chmod +x files."
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
chmod +x ~/.config/bspwm/bspwmrc chmod +x ~/.config/bspwm/bspwmrc
chmod +x ~/.config/sxhkd/sxhkdrc chmod +x ~/.config/sxhkd/sxhkdrc
@@ -105,11 +105,11 @@ chmod +x ~/.config/rofi/rofi-beats.sh
#tar -xf themes/cursors/Nordzy-cursors.tar.gz -C ~/.icons/ #tar -xf themes/cursors/Nordzy-cursors.tar.gz -C ~/.icons/
#Git Clone files. #Git Clone files.
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " Git Clone - Downloads" echo " Git Clone - Downloads"
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
#git clone https://github.com/LINK Nordic-Theme Specific-folder #git clone https://github.com/LINK Nordic-Theme Specific-folder
@@ -119,11 +119,11 @@ git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme ~/bspwm-i
#Copy Theme files... #Copy Theme files...
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " Copy Theme files..." echo " Copy Theme files..."
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
#cp -r ~/bspwm-install-ma-dte/themes/themes-de/* ~/.themes/ #cp -r ~/bspwm-install-ma-dte/themes/themes-de/* ~/.themes/
#cp -r ~/bspwm-install-ma-dte/themes/cursors/* ~/.icons/ #cp -r ~/bspwm-install-ma-dte/themes/cursors/* ~/.icons/
@@ -141,8 +141,6 @@ cp -r ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme/Papirus/* ~/.icons/
cp -r ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme/Papirus-Dark/* ~/.icons/Papirus-Dark cp -r ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme/Papirus-Dark/* ~/.icons/Papirus-Dark
cp -r ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme/Papirus-Light/* ~/.icons/Papirus-Light cp -r ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme/Papirus-Light/* ~/.icons/Papirus-Light
mkdir ~/.config/gtk-3.0 mkdir ~/.config/gtk-3.0
cp ~/bspwm-install-ma-dte/themes/gtk-3.0/settings.ini ~/.config/gtk-3.0 cp ~/bspwm-install-ma-dte/themes/gtk-3.0/settings.ini ~/.config/gtk-3.0
cp ~/bspwm-install-ma-dte/themes/.gtkrc-2.0 ~/ cp ~/bspwm-install-ma-dte/themes/.gtkrc-2.0 ~/
@@ -153,4 +151,3 @@ echo " "
echo " All DONE - User + .config files..." echo " All DONE - User + .config files..."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"