diff --git a/install-scripts/fonts.sh b/install-scripts/fonts.sh index 6934be1..786a40a 100755 --- a/install-scripts/fonts.sh +++ b/install-scripts/fonts.sh @@ -19,7 +19,6 @@ fonts=( noto-fonts ) - ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/preset.sh b/preset.sh deleted file mode 100644 index cc6f032..0000000 --- a/preset.sh +++ /dev/null @@ -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"