TEST DONE OK 4

This commit is contained in:
ITmail-dk
2022-01-03 21:20:26 +01:00
parent e9e54259b5
commit ec095a2200
4 changed files with 15 additions and 74 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -24,4 +24,6 @@ echo $SHELL
# Test with...
$SHELL --version
$SHELL --version
read -p "ZSH Shell Install - ALL DONE - Press a key to Exit"