From c51a4d52325af3488df5bcfe0e177eedd5eb0130 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Mon, 7 Mar 2022 08:07:47 +0100 Subject: [PATCH] Remove - Troubleshooting - Press a key to conti... --- install-ma-dte-debian.sh | 14 ++++++++++---- install-scripts/mkdir-cp-git-chmod-echo-files.sh | 15 ++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh index b29fb7b..88fcf61 100644 --- a/install-ma-dte-debian.sh +++ b/install-ma-dte-debian.sh @@ -5,25 +5,31 @@ cd ~/bspwm-install-ma-dte . ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." # Add Software & Packages. . ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." # Add Pulseaudio to system startup as user. systemctl --user enable pulseaudio # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." # Last Software & Packages. . ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." + +sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common" +sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common" + +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." # Last step setup menu installing. #. ~/bspwm-install-ma-dte/last-step-setup-menu.sh \ No newline at end of file diff --git a/install-scripts/mkdir-cp-git-chmod-echo-files.sh b/install-scripts/mkdir-cp-git-chmod-echo-files.sh index 50eff50..9ce30d7 100644 --- a/install-scripts/mkdir-cp-git-chmod-echo-files.sh +++ b/install-scripts/mkdir-cp-git-chmod-echo-files.sh @@ -1,7 +1,7 @@ #!/bin/bash # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " @@ -29,7 +29,7 @@ mkdir ~/Music # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." #Copy files to... echo "-'-'-'-'-'-'-'-'-'-'-'-'-" @@ -47,7 +47,7 @@ cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/ cp ~/bspwm-install-ma-dte/local-files/.Xresources ~/ # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." # Echo config to files. YES / NO echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" @@ -59,9 +59,6 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list" -sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common" -sudo sh -c "echo 'Xcursor.size: 18' >> /etc/X11/Xresources/x11-common" - echo " Add UPUP alias to bash under bash_aliases config." touch ~/.bashrc echo 'alias ls="ls --color=auto --group-directories-first -v -la"' >> ~/.bashrc @@ -78,7 +75,7 @@ echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." #chmod +x files. @@ -97,7 +94,7 @@ chmod +x ~/.config/rofi/rofi-wifi-menu.sh chmod +x ~/.config/rofi/rofi-beats.sh # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." #Unzip files to... @@ -125,7 +122,7 @@ git clone https://github.com/alvatip/Nordzy-cursors ~/bspwm-install-ma-dte/theme git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme # Not for production version -read -p "Troubleshooting - Press a key to continue the installation." +#read -p "Troubleshooting - Press a key to continue the installation." #Copy Theme files... echo "-'-'-'-'-'-'-'-'-'-'-'-'-"