From 0e94c148419eab20b99cadee3e2e37c3d4779029 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:46:41 -0400 Subject: [PATCH] Update install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b0afad..ef10181 100755 --- a/install.sh +++ b/install.sh @@ -6,10 +6,13 @@ makepkg -si sudo pacman -S --needed - < ~/script/pacman.txt yay -S - < ~/script/yay.txt +# Clone the repository git clone https://github.com/xsghetti/hyprcrux +# Copy the configuration files cp -r ~/hyprcrux/.config/* ~/.config/ + +# Copy icons, fonts, and themes to their respective system directories 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/ -