1.安装
从git上下载安装
# yum install git
基于Debian
系统的用户用以下命令安装:
# apt-get install git
使用命令克隆screenFectch库:
# git clone [git://github.com/KittyKatt/screenFetch.git](git://github.com/KittyKatt/screenFetch.git) screenfetch
复制文件到/usr/bin/
目录,并设置执行权限:
# cp screenfetch/screenfetch-dev /usr/bin/screenfetch
# chmod +x /usr/bin/screenfetch
运行screenFectch
:
# screenfetch
从包管理器安装
ubuntu
apt-get install screenfetch
macos
brew install screnfetch