mac zsh

作者: 李树 | 来源:发表于2021-12-04 00:00 被阅读0次

    zsh --version
    brew install zsh
    安装oh-my-zsh
    git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
    cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
    vim .zshrc
    source ~/.bash_profile
    搜索 ZSH_THEME=robbyrussell 修改对应的主题
    主题样式这个对应的网址可以查看 https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

    相关文章

      网友评论

          本文标题:mac zsh

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