diff options
| -rw-r--r-- | README.md | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,19 @@ -# x-portage +# garbage -My custom local portage overlay. It's mostly a dump of Gentoo ebuilds that I use on my Funtoo installs. +This is my [personal](https://www.funtoo.org/Creating_Your_Own_Overlay) Funtoo overlay. It used to have a crap ton of Gentoo ebuilds, but now I just use the gentoo overlay. + +## Install + +```bash +sudo eselect repository add garbage git https://gitlab.com/Syndamia/garbage.git +``` + +Preferred `/etc/portage/repos.conf/eselect-repo.conf` values + +```bash +[garbage] +location = /var/db/repos/garbage +sync-type = git +sync-uri = https://gitlab.com/Syndamia/garbage.git +priority = 2 +``` |
