概要 暗示 如果代码块显示不正确,请检查。 笔记 Linux 2017-12-06:屏幕获取 是一个bash工具,用于显示系统信息。 # : Install screenfetch neikei@workstation: ~ $ sudo apt install screenfetch # : Add the following line to the end of your ~/.bashrc or ~/.zshrc if [ -f /usr/bin/screenfetch ] ; then echo " " ; screenfetch ; echo " " ; fi # : Exampl