This is the official repository for TuxFetch, a verbose Linux command-line information tool written in C.
The only dependency is libpci-dev or pciutils-dev depending on your distro https://github.com/pciutils/pciutils and a c compiler (clang, gcc and tcc tested).
#arch
pacman -S pciutils
#debian/ubuntu/etc.
apt install libpci-dev
#alpine
apk add musl-dev pciutils-dev
cc tuxfetch.c -lpthread -lpci -O3 -o tuxfetch
MathGeniusJodie - Lead Developer