Neofetch 是一个用来在命令行界面显示系统信息的工具。它可以展示操作系统、内核版本、CPU、内存、桌面环境、主题、图标、终端等信息,并配合 ASCII 艺术图来美化输出。
一、安装步骤
1、添加yum源
bash
curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
2、查看yum源
bash
yum repolist all |grep enable
3、安装neofetch
bash
yum install neofetch -y
二、使用方法
bash
neofetch