Archfetch is a simple CLI system information tool written in BASH. It displays information about your system, for example kernel version or shell.
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