Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.02 KB

Screenshot

Archfetch

Build Status AUR package Donate

Archfetch is a simple CLI system information tool written in BASH. It displays information about your system, for example kernel version or shell.

Install

Archfetch is available on AUR, so you can install it using your favourite helper. I recommend yay:

$ yay -S archfetch

You can also install archfetch manually:

$ git clone https://github.com/xxczaki/archfetch
$ cd archfetch 
$ sudo make install

Related