forked from cohabit/server_config
4 lines
50 B
Bash
4 lines
50 B
Bash
# Setup zsh
|
|
cp ./zsh/zsh/* /root
|
|
chsh -s /bin/zsh
|