Oh My Zsh - 如何使用 GitHub 插件?

Oh My Zsh - how to use GitHub plugin?

刚刚在 .zshrc 中启用了 github plugin:

plugins=(… guthub …)

此自动完成功能正常后,当我按 tab 时,我看到:

但是,如果,我会尝试 运行 实际命令,例如

github create test-repo

我正在

zsh: command not found: github

直到现在我只使用带有别名的简单插件,我确定我在这里遗漏了一些东西:)

github插件contains this comment:

# in order to make this work, you will need to have the github gem installed
# http://github.com/defunkt/github-gem

所以要使用它,您需要安装 Ruby,然后 gem install github