美文网首页
item2的使用

item2的使用

作者: 袁俊亮技术博客 | 来源:发表于2019-06-20 12:36 被阅读0次

item2的使用

标签(空格分隔): MAC


oh-my-zsh 是一个社区驱动用于管理zsh的框架,囊括了140多个主题,200多个可选插件(如rails, git, OSX, hub, brew, ant, php, python etc.)。

安装oh-my-zsh

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

插件

  • autojump
brew install autojump

vim .zshrc
找到 plugins=,在后面添加autojump:plugins=(git autojump)

参考文章

相关文章

网友评论

      本文标题:item2的使用

      本文链接:https://www.haomeiwen.com/subject/iepdqctx.html