diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh index 77d96af..3092058 100644 --- a/bspwm-install-martin-dte-debian.sh +++ b/bspwm-install-martin-dte-debian.sh @@ -72,13 +72,13 @@ chmod +x ~/.config/rofi/rofi-beats #echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" sudo apt update -sudo apt install -y xorg x11-xserver-utils arandr dialog bspwm sxhkd sddm picom polybar network-manager zsh kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen git lxpolkit lxappearance htop mc imagemagick npm feh sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver firefox-esr +sudo apt install -y xorg x11-xserver-utils arandr dialog bspwm sxhkd sddm picom polybar network-manager kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen lxpolkit lxappearance htop mc imagemagick npm feh sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver firefox-esr wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb # More Software & Packages ON / OFF -#sudo apt install -y inkscape gimp rawtherapee darktable okular +sudo apt install -y inkscape gimp rawtherapee darktable okular zsh git # Not for production version #read -p "Troubleshooting - Press a key to continue the installation." @@ -93,48 +93,7 @@ sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.de #. ~/bspwm-install-ma-dte/install-alacritty-debian.sh -# Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." - -# OLD Install -# Not for production version -#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -#echo " " -#echo " ALL DONE - Press [Enter] to Rebooting System." -#echo " INFO." -#echo " SUPER + ENTER = Terminal" -#echo " SUPER + E = File Manager" -#echo " SUPER + W = Close Program" -#echo " SUPER + R = Run menu" -#echo " " -#echo " If you are in a virtual machine and can not use SUPER KEY" -#echo " press CTRL + C to stop and run file." -#echo " " -#echo " . copy-vm-keys.sh" -#echo " " -#echo " It will make your ALT KEY on the keyboard become the SUPER KEY " -#echo " As long as you are running in a virtual machine then use it." -#echo " " -#echo " And then you are ready to reboot, sudo reboot" -#echo " " -#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" - - -# VM TEST KEY COPY Shall not be included in the published edition. -#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -#echo " " -#echo " TEST - VM KEY SET COPY DONE" -#echo " " -#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" - -#. copy-vm-keys.sh - -# Not for production version - -#echo "The last step of the installation" -#read -p "Troubleshooting - Press a key to continue the installation." - - +# Last step setup menu installing. . last-step-setup-menu.sh # Clean up and delete folders and other installation files diff --git a/copy-vm-keys.sh b/copy-vm-keys.sh index f0edbfc..75b3e2e 100644 --- a/copy-vm-keys.sh +++ b/copy-vm-keys.sh @@ -2,22 +2,8 @@ cd ~/bspwm-install-ma-dte/ -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " copy + chmod +x The sxhkdrc VM file" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" - mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc chmod +x ~/.config/sxhkd/sxhkdrc -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " ALL DONE sxhkdrc VM Keys" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" - -read -p "Press [Enter] key to Reboot System." -echo "You are ready to reboot..." sudo reboot \ No newline at end of file diff --git a/install-alacritty-debian.sh b/install-alacritty-debian.sh index 98b51e9..f617105 100644 --- a/install-alacritty-debian.sh +++ b/install-alacritty-debian.sh @@ -1,12 +1,12 @@ #!/bin/bash #APT UPDATE & APT UPGRADE -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " APT + Alacritty - Building and installing" echo " Enter your user password, to continue." echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" sudo apt update && sudo apt upgrade -y sudo apt install -y cmake cargo pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 @@ -30,39 +30,33 @@ git clone https://github.com/alacritty/alacritty.git mv alacritty ~/make/ cd ~/make/alacritty -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " Building." echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-" cargo build --release -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " Buil DONE." echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-" -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " Add Desktop Entry." echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-" sudo cp target/release/alacritty /usr/local/bin sudo cp extra/logo/alacritty-term.svg /usr/share/pixmaps/Alacritty.svg sudo desktop-file-install extra/linux/Alacritty.desktop sudo update-desktop-database - -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " ALL DONE" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" - +read -p "Alacritty Install - ALL DONE - Press a key to Exit" diff --git a/install-zsh-shell-debian.sh b/install-zsh-shell-debian.sh index 30609ce..599403a 100644 --- a/install-zsh-shell-debian.sh +++ b/install-zsh-shell-debian.sh @@ -24,4 +24,6 @@ echo $SHELL # Test with... -$SHELL --version \ No newline at end of file +$SHELL --version + +read -p "ZSH Shell Install - ALL DONE - Press a key to Exit" \ No newline at end of file