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