updated since many conflicts
This commit is contained in:
66
preset.sh
66
preset.sh
@@ -1,51 +1,55 @@
|
||||
# 💫 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 ###
|
||||
# Make sure proper AUR Helper is use NO Upperscript. Either paru or yay only is accepted
|
||||
# The rest Change to Y for Yes and N for No.
|
||||
|
||||
### -Type AUR helper
|
||||
### Script will install nvidia-dkms nvidia-utils & nvidia-settings
|
||||
###-Would you like script to Configure NVIDIA for you?
|
||||
nvidia="N"
|
||||
### Would you like to blacklist nouveau? (y/n)
|
||||
nouveau="N"
|
||||
|
||||
### yay or paru
|
||||
aur_helper="yay"
|
||||
############ use : "Y" or "N"
|
||||
###-Do you have any nvidia gpu in your system?
|
||||
nvidia="Y"
|
||||
|
||||
###-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"
|
||||
###-Install AGS (aylur's gtk shell) v1 for Desktop Like Overview?" ags
|
||||
### 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"
|
||||
|
||||
### Desktop overview Demo Link in README
|
||||
### Desktop overview Demo Link in README
|
||||
### Install AGS (aylur's GTK shell) v1 for Desktop-Like Overview?"
|
||||
ags="Y"
|
||||
###-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme?
|
||||
|
||||
###-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 & (Optional) pokemon-colorscripts?
|
||||
zsh="Y"
|
||||
###-Installing in a Asus ROG Laptops?
|
||||
rog="N"
|
||||
###-Do you want to download pre-configured Hyprland dotfiles?
|
||||
dots="Y"
|
||||
|
||||
### These are the sub-questions of the above choices
|
||||
### Would you like to blacklist nouveau? (y/n)
|
||||
blacklist_nouveau="Y"
|
||||
# Ask the user if they want to use Thunar as the default file manager
|
||||
# Do you want to set Thunar as the default file manager? (y/n): "
|
||||
thunar_default="Y"
|
||||
### XDG-desktop-portal-KDE & GNOME (if installed) should be manually disabled or removed! Script cant remove nor disable it.
|
||||
### Would you like to try to remove other XDG-Desktop-Portal-Implementations? (y/n)
|
||||
XDPH1="Y"
|
||||
### OPTIONAL - Would you like to install SDDM themes? (y/n)
|
||||
install_sddm_theme="Y"
|
||||
### " This script will add your user to the 'input' group."
|
||||
### " Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality."
|
||||
input_group_choid="Y"
|
||||
### OPTIONAL - Do you want to add Pokemon color scripts? (y/n):
|
||||
### Shell extension. Bash alternative
|
||||
###-Install zsh, oh-my-zsh
|
||||
zsh="Y"
|
||||
### add Pokemon color scripts to terminal
|
||||
pokemon_choice="Y"
|
||||
### Do you want to upgrade to the latest version? (y/n) - This is for the dotfiles
|
||||
upgrade_choice="Y"
|
||||
|
||||
### This will install ASUSCTL & SUPERGFXCTL
|
||||
###-Installing on Asus ROG Laptops?
|
||||
rog="N"
|
||||
|
||||
###-Download and Add pre-configured Hyprland dotfiles?
|
||||
dots="Y"
|
||||
|
||||
Reference in New Issue
Block a user