boussole/README.md

24 lines
590 B
Markdown
Raw Normal View History

2025-11-25 17:58:01 +01:00
# Boussole Desktop
2026-04-27 20:41:46 +02:00
This is a repo holding the config files I use on the school computers. If you want to use these for yourself take a look at the [Atlas Installer](https://forge.oblic-parallels.fr/guillm/atlas-install) instead.
2025-11-25 17:58:01 +01:00
## Installation
**WARNING** Make sure to backup all your important dotfiles before running that
Note: installer considers that '~/afs/' exists
2025-11-25 17:58:01 +01:00
```sh
2025-11-25 17:58:01 +01:00
git clone https://forge.oblic-parallels.fr/guillm/boussole.git
cd boussole
./install.sh
```
2025-11-25 17:58:01 +01:00
## Uninstallation
**WARNING** This will reset all your config files in your AFS
```sh
2025-11-25 17:58:01 +01:00
cd ~/afs
git restore .
```