mushroom-overlay is a personal Gentoo overlay containing ebuilds and related
metadata for packages that are unavailable in the main Gentoo repository, need
a newer version, or need local packaging changes.
app-benchmarks/vkmark- extensible Vulkan benchmark suiteapp-crypt/openpgp-keys-sleepymario- repository OpenPGP keyapp-misc/streamchat- Kick, Twitch, and YouTube chat client with optional native GUI and relay serverapp-misc/weightrail- local-first weight trackerapp-misc/whacksmacker- terminal review sessions for Anki through AnkiConnectdev-python/plotext- terminal plotting library used by Weightraildev-utils/pygpt-bin- desktop AI assistant binary packagegames-board/lc0- Leela Chess Zero with optional neural-network weightsgames-util/chatgamefontificator-bin- Chat Game Fontificatorgames-util/chatty-bin- Chatty Twitch chat clientmedia-fonts/mathilde- Mathilde fontnet-im/ferdium-bin- Ferdium desktop messaging client binary packagex11-misc/lightdm-settings- LightDM configuration toolx11-misc/lightdm-slick-greeter- LightDM greeter
Hugo is provided by the Gentoo main repository and is no longer maintained in this overlay.
Add the overlay with eselect-repository:
sudo eselect repository add mushroom-overlay git https://github.com/SleepyMario/mushroom-overlay.gitSync it with Portage:
sudo emaint sync -r mushroom-overlaySome packages use testing keywords such as ~amd64 and may require an entry in
/etc/portage/package.accept_keywords before they can be installed.
Alternatively, create /etc/portage/repos.conf/mushroom-overlay.conf manually:
[mushroom-overlay]
location = /var/db/repos/mushroom-overlay
masters = gentoo
sync-type = git
sync-uri = https://github.com/SleepyMario/mushroom-overlay.git
sync-branch = main
sync-depth = 1
sync-openpgp-key-path = /usr/share/openpgp-keys/sleepymario.asc
sync-git-verify-commit-signature = true
priority = 999
auto-sync = no