https://github.com/alexandrefournier/gentoo-overlay
My personal Gentoo overlay
https://github.com/alexandrefournier/gentoo-overlay
gentoo-overlay
Last synced: 9 months ago
JSON representation
My personal Gentoo overlay
- Host: GitHub
- URL: https://github.com/alexandrefournier/gentoo-overlay
- Owner: AlexandreFournier
- License: gpl-2.0
- Created: 2015-07-15T12:47:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T16:33:51.000Z (over 1 year ago)
- Last Synced: 2025-04-02T00:34:38.100Z (over 1 year ago)
- Topics: gentoo-overlay
- Language: Shell
- Size: 440 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gentoo-overlay
My personal Gentoo overlay.
You can use it by adding this in */etc/portage/repos.conf/AlexandreFournier.conf*:
```
[AlexandreFournier]
location = /usr/local/portage/AlexandreFournier
sync-type = git
sync-uri = https://github.com/AlexandreFournier/gentoo-overlay.git
masters = gentoo
auto-sync = yes
```
You can also use layman if you prefer:
```
emerge layman
echo source /var/lib/layman/make.conf >> /etc/portage/make.conf
layman -f
layman -a AlexandreFournier
```