A simple and adorable sysinfo utility.
Find a file
2024-09-24 21:28:39 +01:00
demo chore: squash commits 2024-06-18 13:17:14 +01:00
src chore: squash commits 2024-06-18 13:17:14 +01:00
.gitignore chore: initialise repository 2024-03-23 21:58:58 +00:00
Cargo.lock chore: bump dependencies 2024-09-24 21:28:39 +01:00
Cargo.toml chore: bump dependencies 2024-09-24 21:28:39 +01:00
flake.lock chore: squash commits 2024-06-18 13:17:14 +01:00
flake.nix chore: bump Cargo.toml and flake.nix version 2024-08-22 17:42:36 +01:00
justfile feat: justfile for experimenting with smaller binaries 2024-05-05 23:04:09 +01:00
LICENSE Initial commit 2024-03-23 21:57:55 +00:00
README.md docs: clarification of installation on NixOS 2024-09-24 13:41:48 +01:00

bunbun

A simple and adorable sysinfo utility written in Rust.

bunbun demo

Installation

To build bunbun, you'll need Rust installed:

$ git clone https://git.devraza.giize.com/devraza/bunbun
$ cd bunbun
$ cargo build --release # `--release` adds a few optimisations

Using the flake! This repository contains a flake.nix - if you have Nix installed, you can run nix run github:devraza/bunbun to compile and run the program.

NixOS

bunbun is now packaged on NixOS/nixpkgs, maintained by GaetanLepage! If you have Nix installed, you can try it with:

nix-shell -p bunbun

To install it on NixOS or home-manager, add bunbun to environment.systemPackages or home.packages respectively.

Inspiration

License

This project is covered by the MIT License.