22 lines
379 B
Markdown
22 lines
379 B
Markdown
# Boussole Desktop
|
|
|
|
## Installation
|
|
|
|
**WARNING** Make sure to backup all your important dotfiles before running that
|
|
Note: installer considers that '~/afs/' exists
|
|
|
|
```sh
|
|
git clone https://forge.oblic-parallels.fr/guillm/boussole.git
|
|
cd boussole
|
|
./install.sh
|
|
```
|
|
|
|
## Uninstallation
|
|
|
|
**WARNING** This will reset all your config files in your AFS
|
|
|
|
```sh
|
|
cd ~/afs
|
|
git restore .
|
|
```
|