树莓派——neofetch配置

作者: qcsunny | 来源:发表于2017-09-04 11:44 被阅读36次

    20170904 初成文,配置相关待完善

    与Screenfetch相比,neofetch的logo图像非常接近,但是个性化可定制更高,支持信息更多,输出更快。比如logo定制、字体配色等多样玩法。

    一、安装

    1、Jessie(Debian8/)下需要添加第三方repo

    echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list

    curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key

    sudo apt update

    sudo apt install neofetch

    2、Stretch(Debian9)下直接apt install即可,版本可能不是最新版,建议按1获取最新版。

    sudo apt install neofetch          //版本2.0.2

    二、配置

    sudo nano ~/.config/neofetch/config

    详细信息config里注释说明

    避免多次修改config,配合ohmyzsh里的alias更佳。

    例图:

    安卓logo OpenBSD_small Logo

    参考:

    neofetch wiki Github

    相关文章

      网友评论

        本文标题:树莓派——neofetch配置

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