This commit is contained in:
ITmail-dk
2022-01-03 09:14:39 +01:00
parent fdc3f8aaf3
commit 587f30780c
4 changed files with 19 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
# Add ROOT Level - Software & Packages. # Add ROOT Level - Software & Packages.
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
echo " APT Install Basic Software & Packages" echo " APT Install Software & Packages"
echo " " echo " "
echo " Enter your user password, to continue if necessary" echo " Enter your user password, to continue if necessary"
echo " " echo " "
@@ -57,18 +57,24 @@ sleep 5
sudo apt install -y xorg x11-xserver-utils arandr 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 sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver firefox-esr sudo apt install -y xorg x11-xserver-utils arandr 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 sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver firefox-esr
# Alacritty TEST
sudo apt install -y librust-alacritty-terminal-dev
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 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 sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb
sudo apt install -y inkscape gimp rawtherapee darktable okular # More Software, Packages & Programs
#sudo apt install -y inkscape gimp rawtherapee darktable okular
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Alacritty - Building and installing"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
. ~/bspwm-install-ma-dte/install-alacritty-debian.sh
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " "
#echo " Alacritty - Building and installing"
#echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
#. ~/bspwm-install-ma-dte/install-alacritty-debian.sh
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
@@ -91,6 +97,11 @@ echo " And then you are ready to reboot, sudo reboot"
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
cd ~/bspwm-install-ma-dte/
# VM TEST KEY COPY Shall not be included in the published edition.
. copy-vm-keys.sh
read -p "Press [Enter] key to Reboot System." read -p "Press [Enter] key to Reboot System."
echo "You are ready to reboot..." echo "You are ready to reboot..."
sudo reboot sudo reboot

Binary file not shown.

Binary file not shown.

Binary file not shown.