5 lines
134 B
Bash
5 lines
134 B
Bash
#!/bin/bash
|
|
git clone https://git.hserve.win/Mihit/ZSH-Config ~/.zsh_conf
|
|
ln -s ~/.zsh_conf/zshrc ~/.zshrc
|
|
chsh -s /usr/bin/zsh $USER
|