Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 534 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 534 Bytes

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/)