add, minimal install + config
This commit is contained in:
@@ -366,13 +366,13 @@ colors:
|
||||
#
|
||||
#command: None
|
||||
|
||||
#selection:
|
||||
selection:
|
||||
# This string contains all characters that are used as separators for
|
||||
# "semantic words" in Alacritty.
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
#save_to_clipboard: false
|
||||
# When set to `true or false`, selected text will be copied to the primary clipboard.
|
||||
save_to_clipboard: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
|
||||
@@ -73,7 +73,7 @@ bspc rule -a Mozilla Firefox desktop=^2 follow=on border=off
|
||||
bspc rule -a Gimp desktop=^6 follow=on layer=above border=off
|
||||
bspc rule -a Inkscape desktop=^7 follow=on border=off
|
||||
bspc rule -a LibreCAD desktop=^7 follow=on border=off
|
||||
bspc rule -a mpv desktop=^9 state=floating
|
||||
bspc rule -a mpv desktop=^9 state=floating follow=on
|
||||
bspc rule -a Code desktop=^3 follow=on border=off
|
||||
bspc rule -a TeamViewer desktop=^8 state=floating follow=on border=off
|
||||
|
||||
@@ -85,7 +85,6 @@ picom &
|
||||
nitrogen --restore &
|
||||
|
||||
$HOME/.config/polybar/run-polybar.sh &
|
||||
#caffeine &
|
||||
|
||||
# lock computer automatically after X time of minutes.
|
||||
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#
|
||||
# SXHKD Hotkey's config.
|
||||
#
|
||||
###################################
|
||||
# Reload SXHKD Config.
|
||||
|
||||
super + shift + ctrl + alt + Escape
|
||||
@@ -11,10 +10,10 @@ super + shift + ctrl + alt + Escape
|
||||
|
||||
# Terminal´s primary and secondary.
|
||||
super + Return
|
||||
alacritty
|
||||
kitty
|
||||
|
||||
super + shift + Return
|
||||
kitty
|
||||
alacritty
|
||||
|
||||
|
||||
# Rofi launcher - Start # # # # # # # # # # # # # # # # # #
|
||||
@@ -46,7 +45,7 @@ super + e
|
||||
super + shift + e
|
||||
thunar
|
||||
|
||||
# Steam
|
||||
# Steam (flatpak run)
|
||||
super + alt + s
|
||||
flatpak run com.valvesoftware.Steam
|
||||
|
||||
@@ -64,7 +63,6 @@ super + alt + Up
|
||||
super + alt + Down
|
||||
pulsemixer --change-volume -5
|
||||
|
||||
|
||||
XF86AudioRaiseVolume
|
||||
pulsemixer --change-volume +5
|
||||
|
||||
@@ -74,16 +72,18 @@ XF86AudioLowerVolume
|
||||
XF86AudioMute
|
||||
pulsemixer --toggle-mute
|
||||
|
||||
|
||||
super + ctrl + alt + m
|
||||
kitty -e mocp
|
||||
kitty -e mocp
|
||||
|
||||
# Open .config folder in VS Code
|
||||
super + ctrl + alt + c
|
||||
kitty -e code ~/.config/
|
||||
|
||||
|
||||
|
||||
####### lock computer #######
|
||||
# lock computer
|
||||
super + l
|
||||
xsecurelock
|
||||
####### lock computer #######
|
||||
|
||||
|
||||
#
|
||||
#
|
||||
|
||||
18
install-ma-dte-debian-minimal.sh
Normal file
18
install-ma-dte-debian-minimal.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/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
|
||||
|
||||
# Add Software & Packages.
|
||||
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
|
||||
|
||||
# Add Pulseaudio to system startup as user.
|
||||
systemctl --user enable pulseaudio
|
||||
|
||||
# Last Software & Packages.
|
||||
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-minimal-last-packages.sh
|
||||
|
||||
# Last step setup menu installing.
|
||||
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh
|
||||
@@ -16,3 +16,5 @@ systemctl --user enable pulseaudio
|
||||
|
||||
# Last step setup menu installing.
|
||||
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh
|
||||
|
||||
# Test
|
||||
@@ -13,7 +13,7 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
sleep 3
|
||||
|
||||
# Software & Packages
|
||||
sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 freerdp2-shadow-x11 thunar thunar-archive-plugin thunar-font-manager
|
||||
sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 freerdp2-shadow-x11 thunar thunar-archive-plugin thunar-font-manager filezilla notepadqq
|
||||
|
||||
# Maybe maybe Software & Packages ON / OFF
|
||||
#sudo apt install -y
|
||||
@@ -21,11 +21,11 @@ sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libre
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
clear
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " Alacritty - Building and installing"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
#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
|
||||
@@ -0,0 +1,31 @@
|
||||
#!/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
|
||||
|
||||
# Software & Packages
|
||||
sudo apt install -y notepadqq
|
||||
|
||||
# Maybe maybe Software & Packages ON / OFF
|
||||
#sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 freerdp2-shadow-x11 thunar thunar-archive-plugin thunar-font-manager filezilla
|
||||
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
clear
|
||||
#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
|
||||
@@ -59,6 +59,8 @@ sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non
|
||||
|
||||
echo " Add UPUP alias to bash under bash_aliases config."
|
||||
touch ~/.bash_aliases
|
||||
echo 'alias ls="ls --color=auto --group-directories-first -v -la"' >> ~/.bash_aliases
|
||||
echo 'alias vi="nvim"' >> ~/.bash_aliases
|
||||
echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y"' >> ~/.bash_aliases
|
||||
|
||||
# Echo Nitrogen config to files.
|
||||
|
||||
@@ -17,7 +17,8 @@ OPTIONS=(1 "AMD System"
|
||||
3 "Intel System"
|
||||
4 "Intel System + NVIDIA GPU"
|
||||
5 "Virtual Machine System - SUPER KEY to ALT KEY"
|
||||
6 "Exit, Do nothing and Reboot")
|
||||
6 "Minimal Install (NO MICROCODE OR GPU DRIVERS AND SOFTWARE)"
|
||||
7 "Exit, Do nothing and Reboot")
|
||||
|
||||
CHOICE=$(dialog --clear \
|
||||
--backtitle "$BACKTITLE" \
|
||||
@@ -45,6 +46,9 @@ case $CHOICE in
|
||||
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && . ~/bspwm-install-ma-dte/install-scripts/vm-install-mics.sh && systemctl reboot
|
||||
;;
|
||||
6)
|
||||
. ~/bspwm-install-ma-dte/install-ma-dte-debian-minimal.sh && systemctl reboot
|
||||
;;
|
||||
7)
|
||||
systemctl reboot
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user