51 lines
1.2 KiB
Bash
51 lines
1.2 KiB
Bash
# 💫 https://github.com/JaKooLit 💫 #
|
|
# CREDIT to: https://github.com/PostCyberPunk for this Preset function
|
|
|
|
## -- Make sure you use the right answer or install script will fail ###
|
|
# The rest Change to Y for Yes and N for No.
|
|
|
|
###-Configure NVIDIA
|
|
nvidia="N"
|
|
### Would you like to blacklist nouveau? (y/n)
|
|
nouveau="N"
|
|
|
|
### yay or paru
|
|
aur_helper="yay"
|
|
|
|
###-Install GTK themes (required for Dark/Light function)?
|
|
gtk_themes="Y"
|
|
|
|
###-Do you want to configure Bluetooth?
|
|
bluetooth="Y"
|
|
|
|
###-Do you want to install Thunar file manager?
|
|
thunar="Y"
|
|
### Do you want to set Thunar as the default file manager?
|
|
thunar_choice="Y"
|
|
|
|
|
|
### Adding user to the 'input' group might be necessary for waybar keyboard-state functionality
|
|
input_group="Y"
|
|
|
|
### Install AGS (aylur's GTK shell) v1 for Desktop-Like Overview?"
|
|
ags="Y"
|
|
|
|
###-Install & configure SDDM log-in Manager
|
|
sddm="Y"
|
|
### install and download SDDM themes
|
|
sddm_theme="Y"
|
|
|
|
###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)
|
|
xdph="Y"
|
|
|
|
###-Install zsh, oh-my-zsh
|
|
zsh="Y"
|
|
### add Pokemon color scripts to terminal
|
|
pokemon_choice="Y"
|
|
|
|
###-Installing on Asus ROG Laptops?
|
|
rog="N"
|
|
|
|
###-Download and Add pre-configured Hyprland dotfiles?
|
|
dots="Y"
|