script/install.sh
2024-07-16 18:46:41 -04:00

18 lines
553 B
Bash
Executable file

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
# 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/