new setup structure multiple fonts and various other small bug fixes
This commit is contained in:
29
install-scripts/apt-install-last-packages.sh
Normal file
29
install-scripts/apt-install-last-packages.sh
Normal file
@@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install - Software & Packages.
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " Download, Building & Install Software"
|
||||
echo " "
|
||||
echo " Enter your user password, to continue if necessary"
|
||||
echo " "
|
||||
echo " continues the installation in 3 seconds"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
sleep 3
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
#echo " "
|
||||
#echo " Alacritty - Building and installing"
|
||||
#echo " "
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
|
||||
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
@@ -27,16 +27,11 @@ sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gt
|
||||
# Maybe maybe Software & Packages ON / OFF
|
||||
sudo apt install -y dunst
|
||||
|
||||
# Themes Extra Packages ON / OFF
|
||||
sudo apt install -y papirus-icon-theme breeze-cursor-theme gnome-themes-extra
|
||||
|
||||
|
||||
# Other packages not included or removed
|
||||
# virt-manager xscreensaver thunar thunar-archive-plugin thunar-font-manager
|
||||
# qt5ct .profile add export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
# Themes Extra Packages ON / OFF
|
||||
sudo apt install -y papirus-icon-theme breeze-cursor-theme gnome-themes-extra
|
||||
@@ -33,8 +33,12 @@ cp -r ~/bspwm-install-ma-dte/fonts/* ~/.fonts/
|
||||
cp -r ~/bspwm-install-ma-dte/themes/* ~/.themes/
|
||||
cp -r ~/bspwm-install-ma-dte/music/* ~/music/
|
||||
cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/
|
||||
cp -r ~/bspwm-install-ma-dte/local-files/* ~/.local/
|
||||
cp -r ~/bspwm-install-ma-dte/user-scripts/* ~/.local/bin
|
||||
|
||||
#cp ~/bspwm-install-ma-dte/local-files/* ~/.local/
|
||||
|
||||
# Not for production version
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
|
||||
# Echo config to files. YES / NO
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -60,6 +64,10 @@ echo "file=$HOME/wallpapers/default-wallpaper.jpg" >> ~/.config/nitrogen/bg-save
|
||||
echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg
|
||||
echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
|
||||
|
||||
# Not for production version
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
|
||||
#chmod +x files.
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
#echo " "
|
||||
@@ -71,7 +79,13 @@ chmod +x ~/.config/bspwm/bspwmrc
|
||||
chmod +x ~/.config/sxhkd/sxhkdrc
|
||||
|
||||
chmod +x ~/.config/polybar/run-polybar.sh
|
||||
chmod +x ~/.config/rofi/rofi-beats
|
||||
chmod +x ~/.config/rofi/powermenu.sh
|
||||
chmod +x ~/.config/rofi/rofi-wifi-menu.sh
|
||||
chmod +x ~/.config/rofi/rofi-beats.sh
|
||||
|
||||
# Not for production version
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
#echo " "
|
||||
|
||||
Reference in New Issue
Block a user