1.1 KiB
1.1 KiB
bunbun
A simple and adorable sysinfo utility written in Rust.
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 runnix 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.