Working on more... so I'll add them :)
- Open your terminal
- Copy the repository and unzip
git clone https://github.com/Zerabalus/Bloodborne-GRUB
-
Example:
-
cd to where you copied it, on your terminal:
sudo cp -r BBGrub /usr/share/grub/themes
- Or like in my case (DEBIAN-ARCH)
Arch/Debian
sudo cp -r BBGrub /boot/grub/themes
- Then edit the name of the grub theme you want:
sudo nano /etc/default/grub
GRUB_THEME="/boot/grub/themes/BBGrub/theme.txt"
- Update the grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot