mirror of
https://github.com/mino29/tokyo-night-grub.git
synced 2024-12-26 20:59:04 -05:00
Improved readme (#3)
This commit is contained in:
parent
5369736a6a
commit
e2b2cfd77f
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -26,13 +26,19 @@ Steps:
|
||||||
git clone https://github.com/mino29/tokyo-night-grub.git
|
git clone https://github.com/mino29/tokyo-night-grub.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. copy the whole tokyo-night directory grub themes
|
2. Change directory
|
||||||
|
|
||||||
|
```
|
||||||
|
cd tokyo-night-grub
|
||||||
|
```
|
||||||
|
|
||||||
|
3. copy the whole tokyo-night directory grub themes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo cp -r tokyo-night /boot/grub/themes
|
sudo cp -r tokyo-night /boot/grub/themes
|
||||||
```
|
```
|
||||||
|
|
||||||
3. edit grub file
|
4. edit grub file
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo vim /etc/default/grub
|
sudo vim /etc/default/grub
|
||||||
|
@ -40,7 +46,7 @@ sudo vim /etc/default/grub
|
||||||
change `#GRUB_THEME=` to
|
change `#GRUB_THEME=` to
|
||||||
`GRUB_THEME="/boot/grub/themes/tokyo-night/theme.txt"`
|
`GRUB_THEME="/boot/grub/themes/tokyo-night/theme.txt"`
|
||||||
|
|
||||||
4.use magic and reboot
|
5. use magic and reboot
|
||||||
|
|
||||||
run this command
|
run this command
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue