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

@ -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