From bbf23c6d6b9c1cf4aaccd3973d166a5234e81133 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:31:02 +0100 Subject: [PATCH] setup t... --- install-scripts/apt-install-all-packages.sh | 10 ++++++---- install-scripts/mkdir-cp-chmod-echo-files.sh | 7 ++++++- last-step-setup-menu.sh | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/install-scripts/apt-install-all-packages.sh b/install-scripts/apt-install-all-packages.sh index 365327e..c12fdbd 100644 --- a/install-scripts/apt-install-all-packages.sh +++ b/install-scripts/apt-install-all-packages.sh @@ -15,16 +15,18 @@ sleep 4 sudo apt update sudo apt install -y xorg x11-xserver-utils arandr dialog bspwm sxhkd sddm picom polybar i3lock-fancy network-manager kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen lxpolkit xbacklight lxappearance htop mc imagemagick npm feh sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver curl neofetch firefox-esr +# More Software & Packages ON / OFF +sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular virt-manager emacs + +# Maybe maybe Software & Packages ON / OFF sudo apt install -y dunst tlp cmus qt5ct # .profile add export QT_QPA_PLATFORMTHEME="qt5ct" -# Google Chrome - Download + Install +# Google Chrome - Download + Install ON / OFF 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 zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular virt-manager -# More Themes Extra Packages ON / OFF +# Themes Extra Packages ON / OFF sudo apt install -y papirus-icon-theme breeze-cursor-theme gnome-themes-extra \ No newline at end of file diff --git a/install-scripts/mkdir-cp-chmod-echo-files.sh b/install-scripts/mkdir-cp-chmod-echo-files.sh index 1d5efdc..68f2f99 100644 --- a/install-scripts/mkdir-cp-chmod-echo-files.sh +++ b/install-scripts/mkdir-cp-chmod-echo-files.sh @@ -7,9 +7,14 @@ #echo "-'-'-'-'-'-'-'-'-'-'-'-'-" mkdir ~/.config mkdir ~/.themes -mkdir ~/.icons mkdir ~/.fonts +mkdir ~/.icons mkdir ~/wallpapers +mkdir ~/miscellaneous +mkdir ~/downloads +mkdir ~/documents +mkdir ~/pictures +mkdir ~/music # Not for production version #read -p "Troubleshooting - Press a key to continue the installation." diff --git a/last-step-setup-menu.sh b/last-step-setup-menu.sh index 20a23a1..56d5234 100644 --- a/last-step-setup-menu.sh +++ b/last-step-setup-menu.sh @@ -2,7 +2,7 @@ # Remember that this menu uses this apt package "dialog" -HEIGHT=25 +HEIGHT=35 WIDTH=80 CHOICE_HEIGHT=5 BACKTITLE="Martin BSPwm DTE - The last step of the installation"