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=( packagesPacman=(
"pacman-contrib" "pacman-contrib"
"vim" "vim"
"nvim" "neovim"
"wget" "wget"
"unzip" "unzip"
"alacritty" "alacritty"

View File

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