CD Home + del

This commit is contained in:
2022-11-23 22:49:02 +01:00
parent e06ec41c9d
commit a105b7effd
10 changed files with 14 additions and 87 deletions

View File

@@ -72,6 +72,6 @@ sudo update-desktop-database
# Not for production version # Not for production version
#read -p "Troubleshooting - Press a key to continue the installation." #read -p "Troubleshooting - Press a key to continue the installation."
cd ~/bspwm-install-ma-dte cd ~
clear clear
echo "Alacritty Install - ALL DONE" echo "Alacritty Install - ALL DONE"

View File

@@ -17,5 +17,7 @@ wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb
sudo apt install -y ./discord.deb sudo apt install -y ./discord.deb
cd ~
clear clear
echo " # # # # # RUN Discord # # # # #" echo " # # # # # RUN Discord # # # # #"

View File

@@ -27,6 +27,7 @@ echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
cd ~/bspwm-install-ma-dte cd ~
clear clear
read -p "Press a key to Exit" read -p "Press a key to Exit"

View File

@@ -1,45 +0,0 @@
#!/bin/bash
cd ~/bspwm-install-ma-dte
#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"
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"
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
# Run APT Update
sudo apt update
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
# Do, mkdir, copy, copy, echo files.
. ~/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."
# 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."
# 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."
# 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."
# Last step setup menu installing.
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh

View File

@@ -1,37 +0,0 @@
#!/bin/bash
cd ~/bspwm-install-ma-dte
# Do, mkdir, copy, copy, echo files.
. ~/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."
# Add Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/dnf-install-core-packages.sh
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
# Add Pulseaudio to system startup as user.
systemctl --user enable pulseaudio
sudo systemctl enable sddm
sudo systemctl set-default graphical.target
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
# Last Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/dnf-install-software-last-packages.sh
# Not for production version
#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

View File

@@ -18,5 +18,7 @@ sudo apt install -y nvidia-driver-libs:i386
sudo apt install -y ./steam.deb sudo apt install -y ./steam.deb
cd ~
clear clear
echo " # # # # # RUN STEAM CORMAND: steam" echo " # # # # # RUN STEAM CORMAND: steam"

View File

@@ -23,7 +23,8 @@ echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
cd ~/bspwm-install-ma-dte cd ~
clear clear
read -p "Press a key to Exit" read -p "Press a key to Exit"

View File

@@ -16,7 +16,7 @@ cd /tmp/
wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64'
sudo apt install -y /tmp/vscode_amd64.deb sudo apt install -y /tmp/vscode_amd64.deb
cd ~/bspwm-install-ma-dte cd ~
clear clear

View File

@@ -26,6 +26,7 @@ echo $SHELL
# Test with... # Test with...
$SHELL --version $SHELL --version
cd ~/bspwm-install-ma-dte cd ~
clear clear
read -p "ZSH Shell Install - ALL DONE - Press a key to Exit" read -p "ZSH Shell Install - ALL DONE - Press a key to Exit"

View File

@@ -3,6 +3,8 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " chmod permissions on default ssh files" echo " chmod permissions on default ssh files"
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
cd ~
sudo chmod 700 ~/.ssh sudo chmod 700 ~/.ssh
sudo chmod 644 ~/.ssh/id_rsa.pub sudo chmod 644 ~/.ssh/id_rsa.pub