Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0cella authored Jan 30, 2020
1 parent 0b77ca0 commit bd9c156
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# rEFInd-snow
## A minimalistic rEFInd theme
[rEFInd](http://www.rodsbooks.com/refind/) is a boot manager for UEFI systems and scans for kernels & EFI at boot.

### Usage

1. Locate your refind EFI directory. This is commonly `/boot/EFI/refind`
though it will depend on where you mount your ESP and where rEFInd is
installed.

2. Create a folder called `themes` inside it, if it doesn't already exist

3. Clone this repository into the `themes` directory.

4. To enable the theme add `include themes/rEFInd-sunset/theme.conf` at the end of
`refind.conf`.

Entries should be autodetected and shown with the proper icons.

Manual entries can be done via `menuentry` option (see refind.conf for examples).



### Attributions
> This theme is based on the [Sunset](https://gitlab.com/realmain/rEFInd-sunset)
> Contains OS Icons from [munlik's](https://github.com/munlik/refind-theme-regular) repository

0 comments on commit bd9c156

Please sign in to comment.