mirror of
https://github.com/xsghetti/script.git
synced 2025-01-22 17:16:09 -05:00
Update install.sh
This commit is contained in:
parent
4379fd2320
commit
0e94c14841
1 changed files with 4 additions and 1 deletions
|
@ -6,10 +6,13 @@ 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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue