This commit is contained in:
JaKooLit
2025-02-28 00:59:29 +09:00
parent 07ab9e9147
commit 185a7d2db7

View File

@@ -377,6 +377,7 @@ for option in "${options[@]}"; do
thunar)
echo "Installing Thunar file manager..."
execute_script "thunar.sh"
execute_script "thunar_default.sh"
;;
sddm_theme)
echo "Downloading & Installing Additional SDDM theme..."
@@ -390,6 +391,10 @@ for option in "${options[@]}"; do
echo "Adding Pokemon color scripts to terminal..."
execute_script "zsh_pokemon.sh"
;;
rog)
echo "Installing ROG packages..."
execute_script "rog.sh"
;;
dots)
echo "Installing pre-configured Hyprland dotfiles..."
execute_script "dotfiles-main.sh"