added install script

This commit is contained in:
Kaley, Fischer 2024-04-02 19:45:33 +02:00
parent a6af5aae17
commit 87d016f8bc

5
install.bash Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
cp -r .zprofile ~/
cp -r shell ~/.config/
cp -r zsh ~/.config/
sudo chsh -s /bin/zsh $USER