6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cp -r .zprofile ~/
|
|
cp -r shell ~/.config/
|
|
cp -r zsh ~/.config/
|
|
mkdir -p ~/.cache/zsh && touch ~/.cache/zsh/history
|
|
sudo chsh -s /bin/zsh $USER
|