oh my zsh 相关
Posted jeroen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oh my zsh 相关相关的知识,希望对你有一定的参考价值。
使用 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
以上是关于oh my zsh 相关的主要内容,如果未能解决你的问题,请参考以下文章