Install zoxide on your system
This downloads and installs the zoxide program. Pick the one command that matches your operating system. On macOS or Linux the curl script is the easiest option. On Windows, winget is the recommended route. You only need to run one of these.
On Linux the installer puts zoxide in ~/.local/bin which may not be in your PATH yet
Add this line to your shell config file and restart the terminal: export PATH="$HOME/.local/bin:$PATH"
