diff --git a/install-alacritty-debian.sh b/install-alacritty-debian.sh index b38e857..d599f8c 100755 --- a/install-alacritty-debian.sh +++ b/install-alacritty-debian.sh @@ -72,6 +72,6 @@ sudo update-desktop-database # Not for production version #read -p "Troubleshooting - Press a key to continue the installation." -cd ~/bspwm-install-ma-dte +cd ~ clear echo "Alacritty Install - ALL DONE" \ No newline at end of file diff --git a/install-discord.sh b/install-discord.sh index e1258e0..a01dfb8 100755 --- a/install-discord.sh +++ b/install-discord.sh @@ -17,5 +17,7 @@ wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb sudo apt install -y ./discord.deb +cd ~ + clear echo " # # # # # RUN Discord # # # # #" \ No newline at end of file diff --git a/install-hugo-extended-debian.sh b/install-hugo-extended-debian.sh index 2bb243e..fe23e69 100755 --- a/install-hugo-extended-debian.sh +++ b/install-hugo-extended-debian.sh @@ -27,6 +27,7 @@ echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " -cd ~/bspwm-install-ma-dte +cd ~ + clear read -p "Press a key to Exit" diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh deleted file mode 100755 index 24e722a..0000000 --- a/install-ma-dte-debian.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/install-ma-dte-fedora-test.sh b/install-ma-dte-fedora-test.sh deleted file mode 100755 index b43e8d8..0000000 --- a/install-ma-dte-fedora-test.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/install-steam-debian.sh b/install-steam-debian.sh index eb5a44f..9670ba6 100755 --- a/install-steam-debian.sh +++ b/install-steam-debian.sh @@ -18,5 +18,7 @@ sudo apt install -y nvidia-driver-libs:i386 sudo apt install -y ./steam.deb +cd ~ + clear echo " # # # # # RUN STEAM CORMAND: steam" \ No newline at end of file diff --git a/install-teamviewer-debian.sh b/install-teamviewer-debian.sh index f6cc1de..2b40281 100755 --- a/install-teamviewer-debian.sh +++ b/install-teamviewer-debian.sh @@ -23,7 +23,8 @@ echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " -cd ~/bspwm-install-ma-dte +cd ~ + clear read -p "Press a key to Exit" diff --git a/install-vscode-debian.sh b/install-vscode-debian.sh index eb697ae..e3f3243 100755 --- a/install-vscode-debian.sh +++ b/install-vscode-debian.sh @@ -16,7 +16,7 @@ cd /tmp/ 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 -cd ~/bspwm-install-ma-dte +cd ~ clear diff --git a/install-zsh-shell-debian.sh b/install-zsh-shell-debian.sh index 6281681..a0ba707 100755 --- a/install-zsh-shell-debian.sh +++ b/install-zsh-shell-debian.sh @@ -26,6 +26,7 @@ echo $SHELL # Test with... $SHELL --version -cd ~/bspwm-install-ma-dte +cd ~ + clear read -p "ZSH Shell Install - ALL DONE - Press a key to Exit" \ No newline at end of file diff --git a/ssh-folder-permissions.sh b/ssh-folder-permissions.sh index b304576..d2ee744 100644 --- a/ssh-folder-permissions.sh +++ b/ssh-folder-permissions.sh @@ -3,6 +3,8 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " chmod permissions on default ssh files" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +cd ~ + sudo chmod 700 ~/.ssh sudo chmod 644 ~/.ssh/id_rsa.pub