screenfetch
screenFetch 是一个能够展示系统信息的 bash 脚本,它可以在许多类 Unix 系统上使用。所谓的酷炫主要就是在终端环境使用 ASCII 艺术字符展示发行版系统的 Logo 而已,不要抱太高期望。
没什么好说的,直接安装执行看效果。
Ubuntu
apt -y install screenfetch
screenfetch
CentOS
git clone https://github.com/KittyKatt/screenFetch.git
cp screenFetch/screenfetch-dev /usr/local/bin/screenfetch
chmod +x /usr/local/bin/screenfetch
screenfetch
neofetch
既然是耍酷,还有款据说是更酷的 netofetch。这些软件在不同的终端环境显示出的细节是不一样的,据说可以让显示图片 logo,这我就没深入尝试了。
Ubuntu
apt -y install neofetch
neofetch
CentOS
yum -y install dnf
dnf -y install dnf-plugins-core
dnf -y copr enable konimex/neofetch
dnf -y install neofetch
neofetch
|