Create README.md
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Poly light GRUB theme
|
||||
|
||||

|
||||
|
||||
### Installation
|
||||
|
||||
1. Get theme archive: `wget https://github.com/shvchk/poly-light/archive/master.zip`
|
||||
2. Unpack theme: `unzip master.zip`
|
||||
3. Remove theme archive: `rm master.zip`
|
||||
4. Create GRUB themes directory: `sudo mkdir -p /boot/grub/themes`
|
||||
5. Move theme to GRUB themes directory: `sudo mv poly-light-master /boot/grub/themes/poly-light`
|
||||
6. Set `GRUB_THEME=/boot/grub/themes/poly-light/theme.txt` in GRUB config: `sudo nano /etc/default/grub`
|
||||
7. Update GRUB: `sudo update-grub`
|
||||
Reference in New Issue
Block a user