Updates
This commit is contained in:
parent
6a27437ab2
commit
220ac9c57e
@ -1,7 +1,7 @@
|
|||||||
packagesPacman=(
|
packagesPacman=(
|
||||||
"pacman-contrib"
|
"pacman-contrib"
|
||||||
"vim"
|
"vim"
|
||||||
"nvim"
|
"neovim"
|
||||||
"wget"
|
"wget"
|
||||||
"unzip"
|
"unzip"
|
||||||
"alacritty"
|
"alacritty"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user