rofetch, is my home-made GNU/Linux system fetching program which was inspired by neofetch but with an addition of random motivational quotes for you! rofetch is only supported and was only tested on Debian (bookworm) based distributions and Microsoft Windows Subsystem for Linux (WSL2) running Ubuntu 22.04.5 LTS
Important
Requirements:
net-tools, iproute2, curl and jq (sudo apt install net-tools iproute2 curl jq -y)
# Instalation:
$ git clone https://github.com/RodricBr/rofetch
$ cd rofetch/;chmod u+x rofetch
$ sudo mv rofetch /usr/local/bin/ # OR ANY OTHER DIRECTORY
# Execution:
$ rofetch -h
$ rofetch -b banner.txt
It is recommended for the ASCII banner to have about 13 lines (the rest will be cut off), and to add some
additional spaces/tabs to correctly align the informations outputted by the program.