Neofetch alternative for Linux written in Zig.
This project is currently in very early stage of development so only option to install it is to build it from source.
Follow those steps to build from source:
- Clone this repository (
$ git clone https://github.com/pkwasniok/sysfetch
) - Build (
$ cd sysfetch && zig build
) - Install (
# cp zig-out/bin/sysfetch /bin/
)