From 4379fd232023fbc9abd133070ef9bdd6f7aac2db Mon Sep 17 00:00:00 2001 From: xSghetti Date: Tue, 16 Jul 2024 18:21:56 -0400 Subject: [PATCH] install.sh? maybe? --- install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install.sh b/install.sh index 4c7a8d0..8b0afad 100755 --- a/install.sh +++ b/install.sh @@ -2,3 +2,14 @@ pacman -S --needed git base-devel git clone https://aur.archlinux.org/yay-bin.git cd yay-bin makepkg -si + +sudo pacman -S --needed - < ~/script/pacman.txt +yay -S - < ~/script/yay.txt + +git clone https://github.com/xsghetti/hyprcrux + +cp -r ~/hyprcrux/.config/* ~/.config/ +sudo cp -r ~/hyprcrux/src/icons/* /usr/share/icons/ +sudo cp -r ~/hyprcrux/src/fonts/* /usr/share/fonts/ +sudo cp -r ~/hyprcrux/src/themes/* /usr/share/themes/ +