Update install.sh

This commit is contained in:
Dante 2024-07-16 18:46:41 -04:00 committed by GitHub
parent 4379fd2320
commit 0e94c14841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,13 @@ makepkg -si
sudo pacman -S --needed - < ~/script/pacman.txt sudo pacman -S --needed - < ~/script/pacman.txt
yay -S - < ~/script/yay.txt yay -S - < ~/script/yay.txt
# Clone the repository
git clone https://github.com/xsghetti/hyprcrux git clone https://github.com/xsghetti/hyprcrux
# Copy the configuration files
cp -r ~/hyprcrux/.config/* ~/.config/ 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/icons/* /usr/share/icons/
sudo cp -r ~/hyprcrux/src/fonts/* /usr/share/fonts/ sudo cp -r ~/hyprcrux/src/fonts/* /usr/share/fonts/
sudo cp -r ~/hyprcrux/src/themes/* /usr/share/themes/ sudo cp -r ~/hyprcrux/src/themes/* /usr/share/themes/