A simple and adorable sysinfo utility written in Rust.
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
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.
This project is covered by the MIT License.