Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernzi/overlay
My very own personal Gentoo overlay
https://github.com/fernzi/overlay
gentoo gentoo-overlay linux
Last synced: about 2 months ago
JSON representation
My very own personal Gentoo overlay
- Host: GitHub
- URL: https://github.com/fernzi/overlay
- Owner: fernzi
- License: gpl-3.0
- Created: 2020-08-22T12:03:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T03:46:18.000Z (7 months ago)
- Last Synced: 2024-06-20T15:33:35.406Z (7 months ago)
- Topics: gentoo, gentoo-overlay, linux
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fern’s Gentoo Overlay
[![License](https://img.shields.io/github/license/fernzi/overlay?label=License)](LICENSE)
[![PKGCheck](https://github.com/fernzi/overlay/actions/workflows/pkgcheck.yml/badge.svg)][gh-act]Heyo! You’ve found my repository (or overlay) for Gentoo!
It includes mostly personal stuff and some other things
missing from the official repos, maybe.## Installation
You can add my repo to using `eselect-repository` as usual:
```sh
# Install eselect-repo and Git if you haven't yet.
emerge -a app-eselect/eselect-repository dev-vcs/git# And then add the best repo ever
eselect repository add fernzi git https://github.com/fernzi/overlay.git
emaint sync -r fernzi
```[gh-act]: https://github.com/fernzi/overlay/actions/workflows/pkgcheck.yml