Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 271 Bytes

File metadata and controls

12 lines (12 loc) · 271 Bytes
git clone https://github.com/kxb0116/myzsh.git ~/.config/zsh
cd ~/.config/zsh/
chmod +x install.sh
./install.sh

添加这一段到 ~/.zshrc 的开头

if [[ -f $HOME/.config/zsh/.ohmyzsh_config ]]; then
    source $HOME/.config/zsh/.ohmyzsh_config
fi