https://github.com/justanoobcoder/gentoo-overlay
My Gentoo linux overlay repository
https://github.com/justanoobcoder/gentoo-overlay
gentoo gentoo-overlay linux overlay repository
Last synced: 17 days ago
JSON representation
My Gentoo linux overlay repository
- Host: GitHub
- URL: https://github.com/justanoobcoder/gentoo-overlay
- Owner: justanoobcoder
- Created: 2021-06-15T02:50:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T12:50:12.000Z (over 4 years ago)
- Last Synced: 2025-11-01T08:14:42.952Z (7 months ago)
- Topics: gentoo, gentoo-overlay, linux, overlay, repository
- Language: Shell
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syaoran's Gentoo overlay repository
This is my Gentoo overlay repository that contains needed packages (for me) which are not available in Gentoo main repository.
## Packages
These are packages which are included in this overlay repository:
+ app-editors/neovim: Gentoo repository has neovim but somehow its build gave me some errors so I made my own build.
+ app-i18n/ibus-bamboo: Vietnamese characters typing support.
+ media-fonts/jetbrains-mono-nerd-fonts: Nerd Font patched version of JetBrains Mono.
+ x11-misc/picom: picom fork which provides rounded corners, animation features when moving tiling windows.
+ x11-misc/greenclip: Simple clipboard manager to be integrated with rofi.
+ x11-misc/polybar: Polybar with dwm module.
+ www-client/brave-browser: Brave browser
+ app-admin/doas: A portable fork of the OpenBSD `doas` command.
## How to use
To install above packages, install `app-portage/layman` first, then run this command:
```
sudo layman -o https://raw.githubusercontent.com/justanoobcoder/gentoo-overlay/master/repositories.xml -f -a syaoran
```
After that, you can install those packages using `emerge`, for example:
```
sudo emerge --ask picom::syaoran
```
To install a specific version, you can do like this:
```
sudo emerge --ask \=brave-browser-1.25.72::syaoran
```
## Caution
+ Read [this](https://wiki.gentoo.org/wiki/Layman) carefully if you're not familiar with `layman`.
+ Use this repository at your own risk.
## Issue
If there are any bugs, broken packages or you don't know how to use those packages, feel free to create an [issue](https://github.com/justanoobcoder/gentoo-overlay/issues/new).