yeoman oh my zsh插件已弃用
弃用警告
不再维护此存储库。随意fork并修改最新版本的和用于Oh My ZSH的Yeoman插件,这是一个插件,带有命令行别名和zsh自动完成功能。
安装步骤
在命令行中,导航到文件夹:
cd ~/.oh-my-zsh/custom/plugins/
将存储yeoman到一个名为yeoman的新文件夹中:
git clone https://github.com/sayanee/yeoman-oh-my-zsh.git yeoman
将yeoman插件与其他插件一起包含到您的.zshrc文件中:
... plugins=(git nanoc yeoman) ...
重新启动命令行应用程序。
特性
yeoman前缀为ym
,常见别名:
alias ymget='curl -L get.yeoman.io | bash'
alias ym='yeoman'
下载地址
用户评论