fix: Fixed error in the script as well as in the readme

This commit is contained in:
Guillem George 2025-12-01 14:22:26 +01:00
parent b6e198ddf3
commit 7f8656154a
2 changed files with 8 additions and 6 deletions

View file

@ -2,19 +2,20 @@
## Installation
**WARNING** installer considers that '~/afs/' exists
**WARNING** Make sure to backup all your important dotfiles before running that
Note: installer considers that '~/afs/' exists
'''sh
```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
```sh
cd ~/afs
git restore .
'''
```

View file

@ -1,9 +1,10 @@
# .confs
mkdir -p ~/afs/.confs/local
cp -r ./.config/* ~/afs/.confs/config
cp -r ./.local/* ~/afs/.confs/local
cp -r ./.p10k.zsh ~/afs/.confs/p10k.zsh
cp -r ./.zshrc ~/afs/.confs/zshrc
cp -r ./afs-install.sh ~/afs/.confs/install.sh
cp -r ./scripts/afs-install.sh ~/afs/.confs/install.sh
# install.sh (launched at session startup)
cp -r ./scripts/afs-install.sh ~/afs/.confs/install.sh