23 lines
590 B
Markdown
23 lines
590 B
Markdown
# Boussole Desktop
|
|
|
|
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.
|
|
|
|
## 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 .
|
|
```
|