starship

starship 1.26.0

Minimal, blazing fast, and extremely customizable prompt for any shell

https://starship.rs
ISC License
main program: starshipprograms: starship
Platforms (38)
aarch64-darwini686-openbsdx86_64-windowsarmv6l-netbsdpowerpc64le-linuxpowerpc-linuxaarch64-netbsdarmv7l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  starship
];
Ad-hoc shell
nix-shell -p starship
Flake (nix run)
nix run nixpkgs#starship