[Regolith] Installation

Introduction

Regolith est une surcouche qui permet personnaliser votre distribution Debian ou Ubuntu pour apporter une configuration i3 et des raccourcis qui vous permettront d'augmenter votre productivité.

image.png

Installation

Debian

wget -qO - https://regolith-desktop.org/regolith.key | gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null && echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] https://regolith-desktop.org/release-3_0-debian-bookworm-amd64 bookworm main" | sudo tee /etc/apt/sources.list.d/regolith.list && apt update && apt install -y regolith-desktop regolith-session-flashback regolith-look-default

Vous pouvez installer un autre look que celui par défaut, personnellement j'aime bien le ayu-mirage et nord.

sudo reboot

Ubuntu

wget -qO - https://regolith-desktop.org/regolith.key | gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null && echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] https://regolith-desktop.org/release-3_0-ubuntu-lunar-amd64 lunar main" | sudo tee /etc/apt/sources.list.d/regolith.list && apt update && apt install -y regolith-desktop regolith-session-flashback regolith-look-default

Revision #1
Created 31 January 2024 10:05:50 by Elieroc
Updated 31 January 2024 10:20:47 by Elieroc