added install script
This commit is contained in:
parent
a6af5aae17
commit
87d016f8bc
1 changed files with 5 additions and 0 deletions
5
install.bash
Executable file
5
install.bash
Executable 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
|
Loading…
Add table
Reference in a new issue