美文网首页iOS
Mac Oh My Zsh配置

Mac Oh My Zsh配置

作者: weiweilong | 来源:发表于2017-03-29 10:41 被阅读29次

    1、克隆oh-my-zsh

    git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

    2、创建zsh的配置文件

    cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

    3、设置默认shell

    chsh -s /bin/zsh

    4、重新启动终端即可

    相关文章

      网友评论

      本文标题:Mac Oh My Zsh配置

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