5 lines
126 B
Bash
5 lines
126 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
|