Use original catppuccin if you just want catppuccin theme. This one works aswell but it won't be updated. Its main purpose is to provide gruvbox tty theme.
- Clone this repo.
- Run
./generate.sh <theme>(eg./generate.sh gruvbox) - Copy the text it outputs and set it in your kernel options
- Restart your computer
- Edit
/etc/default/gruband append to theGRUB_CMDLINE_LINUXstring - Run
sudo update-grub- If your system doesn't have that, instead run
sudo grub-mkconfig -o /boot/grub/grub.cfg
- If your system doesn't have that, instead run
- Edit the boot entry located in
/boot/loader/entries/ - Append to the
optionsline - Run
sudo bootctl update
- Edit
/boot/limine.cfg - Append to the boot entry's
CMDLINEline
For other bootloaders or for more information, see here on ArchWiki