sysfetch

Neofetch alternative for Linux written in Zig

Stars
3

Sysfetch

Neofetch alternative for Linux written in Zig.

Installation

This project is currently in very early stage of development so only option to install it is to build it from source.

Building from source

Dependencies

  1. Zig compiler (0.13.0)

Steps

Follow those steps to build from source:

  1. Clone this repository ($ git clone https://github.com/pkwasniok/sysfetch)
  2. Build ($ cd sysfetch && zig build)
  3. Install (# cp zig-out/bin/sysfetch /bin/)