From 220ac9c57ee5996468f27ef58bd1a5da46ddf3a9 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 29 Dec 2023 12:37:39 +0100 Subject: [PATCH] Updates --- .install/general-packages.sh | 2 +- install.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.install/general-packages.sh b/.install/general-packages.sh index fd60140..21d4d41 100644 --- a/.install/general-packages.sh +++ b/.install/general-packages.sh @@ -1,7 +1,7 @@ packagesPacman=( "pacman-contrib" "vim" - "nvim" + "neovim" "wget" "unzip" "alacritty" diff --git a/install.sh b/install.sh index 2e8ef9c..4e65698 100755 --- a/install.sh +++ b/install.sh @@ -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