Skip to main content

[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

  • Tout d'abord installez l'environnement de bureau gnome-flashback avec Tasksel puis lancez cette commande :
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.

  • Et enfin, redémarrez :
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