Installer update

This commit is contained in:
Guillem George 2025-11-25 17:58:01 +01:00
parent 852427a8ee
commit b6e198ddf3
5 changed files with 98 additions and 12 deletions

14
install.sh Executable file
View file

@ -0,0 +1,14 @@
# .confs
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
# install.sh (launched at session startup)
cp -r ./scripts/afs-install.sh ~/afs/.confs/install.sh
# boussole.sh (launched by the user)
cp -r ./scripts/boussole.sh ~/afs/boussole.sh
echo Done