General purpose overlay (w/ automatic updates!)
Find a file
Jared Allard a13416d0b0
All checks were successful
Test / elint (push) Successful in 36s
games-emulation/citron: add citron emulator (git)
Special thanks to voyageur for this!
2025-03-09 17:31:16 -07:00
.github/workflows ci: consider all go.sum files for mod cache 2025-03-09 17:03:17 -07:00
.tools build: switch to git.rgst.io image 2025-03-09 16:58:05 -07:00
acct-group chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
app-admin chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
app-editors/zed-bin chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
app-misc/notion chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
dev-util chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
dev-vcs/git-credential-oauth chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
games-emulation games-emulation/citron: add citron emulator (git) 2025-03-09 17:31:16 -07:00
media-libs/widevine chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
metadata chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
net-im/legcord chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
net-vpn/tailscale chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
profiles net-im/armcord: move to net-im/legcord 2025-01-08 22:01:03 -08:00
sys-fs/dmg2img chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
www-client/chromium chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
.mise.toml chore(deps): update dependency golang to v1.24.1 (#31) 2025-03-04 16:59:44 -08:00
.updater.yml feat(updater): add 'checkout' and 'upload_artifact' steps 2024-05-10 12:42:43 -07:00
Dockerfile mise: use crate tarball 2025-02-28 19:17:07 -08:00
LICENSE Add missing GPL-2.0 LICENSE 2024-05-30 08:08:45 -07:00
local.env mise: use crate tarball 2025-02-28 19:17:07 -08:00
packages.yml zed-bin: add new zed-bin package 2025-03-04 16:59:11 -08:00
README.md chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
rebuild-manifest.sh chore: sane Gentoo defaults 2025-03-09 17:24:01 -07:00
renovate.json chore: Configure Renovate (#6) 2024-10-07 18:43:12 -07:00
repositories.xml chore: update repositories.xml 2025-03-09 17:10:00 -07:00

overlay

@jaredallard's overlay for Gentoo Linux.

Usage

I recommend using app-eselect/eselect-repository: emerge --ask app-eselect/eselect-repository

# Git instance I use:
eselect repository add jaredallard-overlay git https://git.rgst.io/jaredallard/overlay.git

# Or, Github if you prefer!
eselect repository add jaredallard-overlay git https://github.com/jaredallard/overlay.git

Development

Regenerating All Manifests

If, for some reason, you need to regenerate the following fd (find replacement) command may be useful:

fd -e ebuild -x dirname | sort | uniq | xargs -o -n1 ./rebuild-manifest.sh

License

GPL-2.0