neofetch学习笔记
1、neofetch
apt install neofetch
neofetch
# 显示另一个发行版的logo
neofetch --ascii_distro windows10
neofetch --ascii_distro debian
neofetch --ascii_distro kali
neofetch --ascii_distro centos
# 显示较小的发行版logo
# 注:如果发行版没有小图标,则它会显示大图标,打错字会显示linux企鹅图标
neofetch --ascii_distro debian_small
neofetch --ascii_distro centos_small
neofetch --ascii_distro abc
# 只显示图标而不显示系统信息
neofetch -L
参考资料: