Go to file
Zynh0722 f4686f6e2d fix readme
forking issues smh
2023-12-26 18:51:17 -08:00
themes shellcheck compliance 2023-12-26 17:42:32 -08:00
.editorconfig chore: update .editorconfig 2022-09-27 02:41:54 +02:00
.gitignore feat: move to using /etc/issue 2022-10-13 16:51:29 +11:00
LICENSE 🎉 Initial commit! 2022-08-20 16:24:08 +10:00
README.md fix readme 2023-12-26 18:51:17 -08:00
generate.sh shellcheck compliance 2023-12-26 17:42:32 -08:00
template.sh shellcheck compliance 2023-12-26 17:42:32 -08:00

README.md

Rosé Pine for Linux TTY

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

  1. Clone this repo.
  2. Run ./generate.sh <theme> (eg ./generate.sh default)
  3. Copy the text it outputs and set it in your kernel options
  4. Restart your computer

GRUB

  1. Edit /etc/default/grub and append to the GRUB_CMDLINE_LINUX string
  2. Run sudo update-grub
    • If your system doesn't have that, instead run sudo grub-mkconfig -o /boot/grub/grub.cfg

systemd-boot

  1. Edit the boot entry located in /boot/loader/entries/
  2. Append to the options line
  3. Run sudo bootctl update

Limine

  1. Edit /boot/limine.cfg
  2. Append to the boot entry's CMDLINE line

Other

For other bootloaders or for more information, see here on ArchWiki

rose-pine-build

npx @rose-pine/build@0.8.2 -t template.sh -o themes/ -f rgb -s

Generated by @rose-pine/build@0.8.2