mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
12 lines
383 B
Bash
Executable file
12 lines
383 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# 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/
|