阡陌 发表于 2023-12-26 00:15:42

screenfetch/neofetch——酷炫的系统信息展示工具


![](https://file.mculoop.com/images/2022/04/f42048725cb49f8c.jpg)

## screenfetch
screenFetch 是一个能够展示系统信息的 bash 脚本,它可以在许多类 Unix 系统上使用。所谓的酷炫主要就是在终端环境使用 ASCII 艺术字符展示发行版系统的 Logo 而已,不要抱太高期望。

<!--more-->



没什么好说的,直接安装执行看效果。

### Ubuntu
```
apt -y install screenfetch
screenfetch
```
![](https://file.mculoop.com/images/2022/04/cd3027e00013d040.jpg)

### CentOS
```
git clone https://github.com/KittyKatt/screenFetch.git
cp screenFetch/screenfetch-dev /usr/local/bin/screenfetch
chmod +x /usr/local/bin/screenfetch
screenfetch
```
![](https://file.mculoop.com/images/2022/04/b29facd8fa056a6e.jpg)

## neofetch

既然是耍酷,还有款据说是更酷的 netofetch。这些软件在不同的终端环境显示出的细节是不一样的,据说可以让显示图片 logo,这我就没深入尝试了。

### Ubuntu

```
apt -y install neofetch
neofetch
```
![](https://file.mculoop.com/images/2022/04/c9c49f6f88542c53.jpg)


### CentOS

```
yum -y install dnf
dnf -y install dnf-plugins-core
dnf -y copr enable konimex/neofetch
dnf -y install neofetch
neofetch
```
![](https://file.mculoop.com/images/2022/04/68a856e1b875bb00.jpg)


页: [1]
查看完整版本: screenfetch/neofetch——酷炫的系统信息展示工具