Oh no! Neofetch, the favourite CLI tool for displaying system information is gone! I (and many others) loved that tool! So I (like many others) made my own. That's how "EFetch" was born.
To install, firstly clone the repo:
# git
git clone https://github.com/ElisStaaf/efetch
# gh
gh repo clone ElisStaaf/efetch
Then you would want to build an executable using cmake
:
cmake .
sudo make