From 2fd1b155610eeeb39d529146b13f2e047448a842 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sun, 2 Jan 2022 12:29:14 +0100 Subject: [PATCH] The first upload and test --- bspwm-install-martin-dte-debian.sh | 106 +++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 bspwm-install-martin-dte-debian.sh diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh new file mode 100644 index 0000000..dae37e2 --- /dev/null +++ b/bspwm-install-martin-dte-debian.sh @@ -0,0 +1,106 @@ +#!/bin/bash + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " Creates folders." +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +mkdir ~/.config +mkdir ~/.fonts +mkdir ~/wallpapers/ + + +#Copy files to... +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " Copy files to..." +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" + +cp -r /config/* ~/.config +cp -r /wallpapers/* ~/wallpapers +cp -r /fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf ~/.fonts + + + +#chmod +x files. +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " chmod +x files." +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +chmod +x ~/.config/bspwm/bspwmrc +chmod +x ~/.config/sxhkd/sxhkdrc + +chmod +x ~/.config/polybar/run-polybar.sh + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " All DONE - User + .config files..." +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" + + +# Add ROOT Level - Software & Packages. +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " apt install Basic Software & Packages" +echo " " +echo " Enter your user password, to continue if necessary" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" + +sudo apt install -y xorg x11-xserver-utils arandr 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 git lxpolkit lxappearance htop mc imagemagick npm sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm firefox-esr + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " apt install User Software" +echo " List: inkscape gimp rawtherapee darktable okular" +echo " if you do not want to install this software you can " +echo " press CTRL + C and then you are done ready to reboot" +echo " " +echo " Enter your user password, to continue if necessary" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" + +sudo apt install -y inkscape gimp rawtherapee darktable okular + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " Alacritty - Building and installing" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" + +. install-alacritty-debian + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " ALL DONE - Rebooting System in 10 seconds" +echo " SUPER + ENTER = Terminal" +echo " SUPER + R = Run menu" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +sleep 1 +echo " Rebooting System in 10 seconds" +sleep 1 +echo " Rebooting System in 9 seconds" +sleep 1 +echo " Rebooting System in 8 seconds" +sleep 1 +echo " Rebooting System in 7 seconds" +sleep 1 +echo " Rebooting System in 6 seconds" +sleep 1 +echo " Rebooting System in 5 seconds" +sleep 1 +echo " Rebooting System in 4 seconds" +sleep 1 +echo " Rebooting System in 3 seconds" +sleep 1 +echo " Rebooting System in 2 seconds" +sleep 1 +echo " Rebooting System in 1 seconds" +sleep 1 +echo " Rebooting System in 0 seconds" + +#sudo reboot