From a05af2b0763f74e9583d39ba6d3b9ab1aa1e99fa Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sun, 2 Jan 2022 21:37:16 +0100 Subject: [PATCH] Update bspwm-install-martin-dte-debian.sh --- bspwm-install-martin-dte-debian.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh index 5c761a4..4d84858 100644 --- a/bspwm-install-martin-dte-debian.sh +++ b/bspwm-install-martin-dte-debian.sh @@ -19,7 +19,7 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-" cp -r ~/bspwm-install-ma-dte/config/* ~/.config/ cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/ -cp -r ~/bspwm-install-ma-dte/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf ~/.fonts/ +cp -r ~/bspwm-install-ma-dte/fonts/* ~/.fonts/ #chmod +x files. echo "-'-'-'-'-'-'-'-'-'-'-'-'-" @@ -72,18 +72,23 @@ cd ~ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " -echo " ALL DONE - Press [Enter] to Rebooting System..." +echo " ALL DONE - Press [Enter] to Rebooting System." echo " SUPER + ENTER = Terminal" echo " SUPER + R = Run menu" echo " SUPER + E = File Manager" echo " " +echo " ZSH Setup Guide... is launching now..." +echo " " echo " If you are in a virtual machine and can not use SUPER KEY" -echo " press CTRL + C to stop and edit the file" +echo " press CTRL + C to stop and edit the file." +echo " " echo " nano .config/sxhkd/sxhkdrc" echo " " echo " And then you are ready to reboot, sudo reboot" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -read -p "Press [Enter] key to continue..." +zsh + +read -p "Press [Enter] key to Reboot System." echo "You are ready to reboot..." #sudo reboot \ No newline at end of file