Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 847 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 847 Bytes

rEFInd theme rEVIsed

A simplistic clean and minimal theme for rEFInd

Screenshot

Installation:

  1. Clone git repository to your $HOME directory.

    git clone https://github.com/HaoyeTang/refind-theme-revised.git
    
  2. Locate refind directory under EFI partition. For most Linux based system is commonly /boot/efi/EFI/refind/. Copy theme directory to it.

    sudo cp -r refind-theme-revised /boot/efi/EFI/refind/
    
  3. Remove unused directory.

    sudo rm -rf /boot/efi/EFI/refind/refind-theme-revised/{.git}
    
  4. To enable the theme add include refind-theme-revised/theme.conf at the end of refind.conf.

    sudo vim /boot/efi/EFI/refind/refind.conf
    

Credits

Evan Purkhiser

Munlik