fix: Fixed error in the script as well as in the readme
This commit is contained in:
parent
b6e198ddf3
commit
7f8656154a
11
README.md
11
README.md
|
|
@ -2,19 +2,20 @@
|
||||||
|
|
||||||
## Installation
|
## 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
|
git clone https://forge.oblic-parallels.fr/guillm/boussole.git
|
||||||
cd boussole
|
cd boussole
|
||||||
./install.sh
|
./install.sh
|
||||||
'''
|
```
|
||||||
|
|
||||||
## Uninstallation
|
## Uninstallation
|
||||||
|
|
||||||
**WARNING** This will reset all your config files in your AFS
|
**WARNING** This will reset all your config files in your AFS
|
||||||
|
|
||||||
'''sh
|
```sh
|
||||||
cd ~/afs
|
cd ~/afs
|
||||||
git restore .
|
git restore .
|
||||||
'''
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
# .confs
|
# .confs
|
||||||
|
mkdir -p ~/afs/.confs/local
|
||||||
cp -r ./.config/* ~/afs/.confs/config
|
cp -r ./.config/* ~/afs/.confs/config
|
||||||
cp -r ./.local/* ~/afs/.confs/local
|
cp -r ./.local/* ~/afs/.confs/local
|
||||||
cp -r ./.p10k.zsh ~/afs/.confs/p10k.zsh
|
cp -r ./.p10k.zsh ~/afs/.confs/p10k.zsh
|
||||||
cp -r ./.zshrc ~/afs/.confs/zshrc
|
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)
|
# install.sh (launched at session startup)
|
||||||
cp -r ./scripts/afs-install.sh ~/afs/.confs/install.sh
|
cp -r ./scripts/afs-install.sh ~/afs/.confs/install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue