some code cleanup and test if the feed is working to Discord Server
This commit is contained in:
@@ -19,7 +19,6 @@ fonts=(
|
|||||||
noto-fonts
|
noto-fonts
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
|||||||
48
preset.sh
48
preset.sh
@@ -1,48 +0,0 @@
|
|||||||
# 💫 https://github.com/JaKooLit 💫 #
|
|
||||||
|
|
||||||
# Define the options you want to preselect (either ON or OFF)
|
|
||||||
# IMPORTANT: answer should be inside ""
|
|
||||||
|
|
||||||
### Script will install nvidia-dkms nvidia-utils & nvidia-settings
|
|
||||||
###-Would you like script to Configure NVIDIA for you?
|
|
||||||
nvidia="OFF"
|
|
||||||
### Would you like to blacklist nouveau? (y/n)
|
|
||||||
nouveau="OFF"
|
|
||||||
|
|
||||||
###-Install GTK themes (required for Dark/Light function)?
|
|
||||||
gtk_themes="ON"
|
|
||||||
|
|
||||||
###-Do you want to configure Bluetooth?
|
|
||||||
bluetooth="ON"
|
|
||||||
|
|
||||||
###-Do you want to install Thunar file manager?
|
|
||||||
thunar="ON"
|
|
||||||
|
|
||||||
### Adding user to the 'input' group might be necessary for waybar keyboard-state functionality
|
|
||||||
input_group="ON"
|
|
||||||
|
|
||||||
### Desktop overview Demo Link in README
|
|
||||||
### Desktop overview Demo Link in README
|
|
||||||
### Install AGS (aylur's GTK shell) v1 for Desktop-Like Overview?"
|
|
||||||
ags="ON"
|
|
||||||
|
|
||||||
###-Install & configure SDDM log-in Manager
|
|
||||||
sddm="ON"
|
|
||||||
### install and download SDDM themes
|
|
||||||
sddm_theme="ON"
|
|
||||||
|
|
||||||
###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)
|
|
||||||
xdph="ON"
|
|
||||||
|
|
||||||
### Shell extension. Bash alternative
|
|
||||||
###-Install zsh, oh-my-zsh
|
|
||||||
zsh="ON"
|
|
||||||
### add Pokemon color scripts to terminal
|
|
||||||
pokemon="ON"
|
|
||||||
|
|
||||||
### This will install ASUSCTL & SUPERGFXCTL
|
|
||||||
###-Installing on Asus ROG Laptops?
|
|
||||||
rog="OFF"
|
|
||||||
|
|
||||||
###-Download and Add pre-configured Hyprland dotfiles?
|
|
||||||
dots="ON"
|
|
||||||
Reference in New Issue
Block a user