干炸牛_bian

导航

 

使用 crul 安装:

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

或使用wget:

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

卸载oh-my-zsh命令:uninstall_oh_my_zsh

·自动提示插件zsh-autosuggestions

使用以下命令安装

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

·语法高亮zsh-syntax-highlighting使用以下命令安装

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

posted on 2019-05-22 23:34  干炸牛_bian  阅读(124)  评论(0)    收藏  举报