mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
install.sh? maybe?
This commit is contained in:
parent
552e4b70c8
commit
4379fd2320
1 changed files with 11 additions and 0 deletions
11
install.sh
11
install.sh
|
@ -2,3 +2,14 @@ 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
|
||||
|
||||
git clone https://github.com/xsghetti/hyprcrux
|
||||
|
||||
cp -r ~/hyprcrux/.config/* ~/.config/
|
||||
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