Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pkwasniok/sysfetch
- Owner: pkwasniok
- Created: 2024-07-25T09:22:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T14:33:23.000Z (4 months ago)
- Last Synced: 2024-09-29T15:45:40.057Z (3 months ago)
- Topics: cli, linux, linux-app, neofetch, neofetch-clone, resources-monitoring, system, zig
- Language: Zig
- Homepage:
- Size: 715 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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/`)