ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.54k stars 523 forks source link

Not in OpenBSD package manager. #713

Closed DylanJava closed 4 months ago

DylanJava commented 4 months ago

dylanjava$ doas pkg_add zoxide doas (dylan@dylanjava.openbsd.amsterdam) password: quirks-6.160 signed on 2024-02-18T08:58:12Z Can't find zoxide

ajeetdsouza commented 4 months ago

Unfortunately, adding zoxide to official repositories is upto maintainers of your distro. I would recommend requesting OpenBSD package maintainers to see if they can add zoxide.

In the meantime, I would suggest using the install script:

curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash