script/grub.sh

9 lines
259 B
Bash
Raw Normal View History

2024-07-17 00:22:59 -04:00
#!/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