This commit is contained in:
Stephan Raabe 2023-12-29 12:37:39 +01:00
parent 6a27437ab2
commit 220ac9c57e
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
packagesPacman=(
"pacman-contrib"
"vim"
"nvim"
"neovim"
"wget"
"unzip"
"alacritty"

View File

@ -42,10 +42,13 @@ source .install/profile.sh
if [[ $profile == *"Hyprland"* ]]; then
source .install/hyprland-version.sh
fi
source .install/installer.sh
source .install/general.sh
source .install/general-packages.sh
source .install/install-packages.sh
if [[ $profile == *"Hyprland"* ]]; then
source .install/hyprland.sh
source .install/hyprland-packages.sh