# [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](https://wiki.neopipe.fr/uploads/images/gallery/2024-01/scaled-1680-/L4mimage.png)](https://wiki.neopipe.fr/uploads/images/gallery/2024-01/L4mimage.png)

## Installation

#### Debian

- Tout d'abord installez l'environnement de bureau **gnome-flashback** avec **Tasksel** puis lancez cette commande :

```bash
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
```

<p class="callout info">Vous pouvez installer un autre look que celui par défaut, personnellement j'aime bien le **ayu-mirage** et **nord**.</p>

- Et enfin, redémarrez :

```
sudo reboot
```

#### Ubuntu

```bash
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
```