diff --git a/install.sh b/install.sh index 59e0eec..f9c3fe3 100755 --- a/install.sh +++ b/install.sh @@ -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"