Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkwasniok/sysfetch

Neofetch alternative for Linux written in Zig
https://github.com/pkwasniok/sysfetch

cli linux linux-app neofetch neofetch-clone resources-monitoring system zig

Last synced: 3 months ago
JSON representation

Neofetch alternative for Linux written in Zig

Awesome Lists containing this project

README

        

# 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)](https://ziglang.org/download/#release-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/`)