美文网首页
Termux 配置使用(二)

Termux 配置使用(二)

作者: 孤马 | 来源:发表于2019-01-02 13:53 被阅读124次

    Termux 配色优化

    默认shell的是bash,个人觉得界面比较丑,所以换成zsh,美观易用。

    安装curl包

    pkg install curl
    

    安装oh-my-zsh包

    sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)"
    

    授予Termux相关权限
    修改终端配色(第一个为背景色,第二个为字体)

    Enter a number, leave blank to not to change: 12
    Enter a number, leave blank to not to change: 5
    
    Termux 配置使用(二)

    相关文章

      网友评论

          本文标题:Termux 配置使用(二)

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