2024-07-16 18:12:12 -04:00
|
|
|
pacman -S --needed git base-devel
|
|
|
|
git clone https://aur.archlinux.org/yay-bin.git
|
|
|
|
cd yay-bin
|
|
|
|
makepkg -si
|
2024-07-16 18:21:56 -04:00
|
|
|
|
|
|
|
sudo pacman -S --needed - < ~/script/pacman.txt
|
|
|
|
yay -S - < ~/script/yay.txt
|
|
|
|
|
2024-07-16 18:46:41 -04:00
|
|
|
# Clone the repository
|
2024-07-16 18:21:56 -04:00
|
|
|
git clone https://github.com/xsghetti/hyprcrux
|
|
|
|
|
2024-07-16 18:46:41 -04:00
|
|
|
# Copy the configuration files
|
2024-07-16 18:21:56 -04:00
|
|
|
cp -r ~/hyprcrux/.config/* ~/.config/
|
2024-07-16 18:46:41 -04:00
|
|
|
|
|
|
|
# Copy icons, fonts, and themes to their respective system directories
|
2024-07-16 18:21:56 -04:00
|
|
|
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/
|