码迷,mamicode.com
首页 > 其他好文 > 详细

oh my zsh 相关

时间:2019-05-23 00:16:36      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:oh my zsh   master   -o   get   sel   strip   sse   highlight   code   

使用 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 相关

标签:oh my zsh   master   -o   get   sel   strip   sse   highlight   code   

原文地址:https://www.cnblogs.com/jeroen/p/10909298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!