diff options
author | Valentin Popov <valentin@popov.link> | 2022-04-29 11:53:49 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2022-04-29 11:53:49 +0300 |
commit | 5fada66d3417a3d459a054a4cc738d60c3e29fdb (patch) | |
tree | 9a807d5abc3b12c5b9e6d0c4be8c81ba741ca08f | |
parent | b85ed9a3c6860a68959399b4d2c839be5e38d5a6 (diff) | |
download | gentoo-overlay-5fada66d3417a3d459a054a4cc738d60c3e29fdb.tar.xz gentoo-overlay-5fada66d3417a3d459a054a4cc738d60c3e29fdb.zip |
Installation instructions
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +# Private overlay for desktop systems + +## Adding an overlay + +### Option 1 + +Use module (eselect/repository)[https://packages.gentoo.org/packages/app-eselect/eselect-repository]. +Add an overlay with the command: + +```bash +eselect repository add desktop git 'https://git.popov.link/gentoo-overlays/desktop' +``` + +### Option 2 + +Create file `/etc/portage/repos.conf/desktop.conf` with the following contents: + +```text +[desktop] +location = /var/db/repos/desktop +sync-type = git +sync-uri = https://git.popov.link/gentoo-overlays/desktop +```
\ No newline at end of file |