Installer update
This commit is contained in:
parent
852427a8ee
commit
b6e198ddf3
5 changed files with 98 additions and 12 deletions
14
install.sh
Executable file
14
install.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue