From d1958ed24c6593f18d8e679894cdf958e9421f9f Mon Sep 17 00:00:00 2001 From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:11:45 +0200 Subject: [PATCH] Add Gentoo Linux Install Instructions Overlays in Gentoo are like the AUR on Arch since the package is currently only avaible on an Overlay repo i added the instructions if the packge gets mobed in to the offical gentoo repo, i will update the instructions. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 381507a..dfaeaba 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,18 @@ dnf install cosmic-desktop Then log out, click on your user, and a sprocket at the bottom right shows an additional entry alongside your desktop environments. Change to COSMIC and proceed with log in. For further information, you may check the [COPR page](https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/). +## Installing on Gentoo Linux +COSMIC can be installed on Gentoo via a custom overlay. Add the overlay using your preferred overlay manager (such as eselect), and then install the desktop environment: + +`eselect repository add cosmic-overlay git https://github.com/fsvm88/cosmic-overlay.git` + +Next, install the COSMIC desktop environment and its associated themes: + +`emerge -1 cosmic-meta pop-theme-meta -pv` + +Then log out, click on your user, and a sprocket at the bottom right shows an additional entry alongside your desktop environments. Change to COSMIC and proceed with log in. +For further information, you may check the [Overlay Repository](https://github.com/fsvm88/cosmic-overlay). + ## Contact - [Mattermost](https://chat.pop-os.org/) - [Twitter](https://twitter.com/pop_os_official)