2023-03-21 15:52:55 -04:00
|
|
|
# Gered's Gentoo Overlay
|
|
|
|
|
2023-03-21 16:11:30 -04:00
|
|
|
This is my Gentoo overlay, just for my own personal use. This is essentially what I
|
|
|
|
used to have in my local ebuild repository, but I decided to put it here in this
|
|
|
|
Git repository so I can easily sync changes to all my Gentoo systems.
|
2023-03-21 15:52:55 -04:00
|
|
|
|
2023-03-21 16:12:50 -04:00
|
|
|
**You probably don't want to use this. I reserve the right to break things randomly.**
|
2023-03-21 16:11:30 -04:00
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
2023-03-21 16:12:50 -04:00
|
|
|
Add a new file `/etc/portage/repos.conf/gered.conf` with the following in it:
|
2023-03-21 16:11:30 -04:00
|
|
|
|
|
|
|
```text
|
|
|
|
[gered]
|
|
|
|
location = /var/db/repos/gered
|
|
|
|
sync-type = git
|
|
|
|
sync-uri = https://github.com/gered/gentoo-overlay.git
|
|
|
|
auto-sync = yes
|
|
|
|
priority = 100
|
|
|
|
```
|
|
|
|
|
|
|
|
You may not want the `priority` set so high as I have it here.
|
2023-03-21 16:12:50 -04:00
|
|
|
|
|
|
|
And then just do an `emerge --sync` and you're done.
|