install.sh

This commit is contained in:
xSghetti 2024-07-17 00:22:59 -04:00
parent 7a43bf3b5d
commit 361368020f
29 changed files with 879 additions and 4 deletions

8
grub.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
echo ":: Installing Grub Theme"
cd ..
git clone https://github.com/catppuccin/grub.git && cd grub
sudo cp -r ~/script/src/catppuccin-mocha/ /usr/share/grub/themes/
sudo cp ~/script/src/grub /etc/default/
sudo grub-mkconfig -o /boot/grub/grub.cfg