https://github.com/lazypwny751/grubtale
Undertale theme for Grub.
https://github.com/lazypwny751/grubtale
grub grub-theme grub2-theme undertale
Last synced: 6 months ago
JSON representation
Undertale theme for Grub.
- Host: GitHub
- URL: https://github.com/lazypwny751/grubtale
- Owner: lazypwny751
- License: mit
- Created: 2024-11-16T20:19:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T23:31:33.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:44:47.211Z (about 1 year ago)
- Topics: grub, grub-theme, grub2-theme, undertale
- Language: Shell
- Homepage:
- Size: 383 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grubtale

An Undertale-inspired GRUB theme that fills your boot process with **DETERMINATION**.
# Installation
## Simple steps to get Grubtale up and running on your system.
```sh
git clone "https://github.com/lazypwny751/grubtale.git" && cd "grubtale"
make install
sudo ./grubtale
```
## Compile the engine.
```
git clone "https://github.com/lazypwny751/grubtale.git" cd "grubtale"
make all
sudo ./grubtale
```
After that you can modify your "grub" file which at "/etc/default/grub", find(if doesn't exists you can create) and update the variable GRUB_THEME= like
```sh
GRUB_THEME="/boot/grub/themes/Grubtale/theme.txt"
# if you're using grub2
GRUB_THEME="/boot/grub2/themes/Grubtale/theme.txt"
```
save and exit, now you can type `sudo update-grub` but if you use arch linux derivates type (`grub-mkconfig -o /boot/grub/grub.cfg` or `grub2-mkconfig`)
## Requirements
- Go
# Contact
- **Discord**: lazypwny751
- **Twitter**: Ahmetta02120401s
# License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
*"Despite everything, it's still GNU/Linux."*
**Stay determined!**