4 lines
127 B
Bash
4 lines
127 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 |