script/clone.sh

14 lines
411 B
Bash
Raw Normal View History

2024-07-16 19:04:56 -04:00
#!/bin/bash
2024-07-16 19:27:17 -04:00
cd ..
2024-07-16 19:04:56 -04:00
# Clone the repository
sudo rm -r ~/hyprcrux/
2024-07-16 19:04:56 -04:00
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/