0
0
Fork 0
mirror of https://github.com/mino29/tokyo-night-grub.git synced 2024-09-05 20:21:25 -04:00

Improved readme (#3)

This commit is contained in:
Cosmic Wolf 2023-04-22 19:58:11 +05:30 committed by GitHub
parent 5369736a6a
commit e2b2cfd77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,19 @@ Steps:
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
sudo cp -r tokyo-night /boot/grub/themes
```
3. edit grub file
4. edit grub file
```
sudo vim /etc/default/grub
@ -40,7 +46,7 @@ sudo vim /etc/default/grub
change `#GRUB_THEME=` to
`GRUB_THEME="/boot/grub/themes/tokyo-night/theme.txt"`
4.use magic and reboot
5. use magic and reboot
run this command
```