Skip to content

installation

  • a patched font that supports nerd font icons
    if you don’t have any supported fonts, get one from nerdfonts.com for the best experience.
    if you prefer to not use a nerd font, you will need to disable the nerd font in the config
  • a python package installer
    you are recommended to use uv, as it handles everything for you, like installing the python version, a lot faster than what pipx, or pip would take
  • an editor with lsp support for toml
    only necessary if you want an autocomplete box while configuring rovr.

Linux/macOS With curl:

Terminal window
curl -fsSL https://nspc911.github.io/rovr/install.sh | bash

With wget:

Terminal window
wget -qO- https://nspc911.github.io/rovr/install.sh | bash

Windows

Invoke-Expression (Invoke-WebRequest https://nspc911.github.io/rovr/install.ps1)
Terminal window
uvx rovr
Terminal window
uv tool install --compile-bytecode rovr --python 3.13t
Terminal window
pipx install rovr

Python version

Terminal window
yay -S rovr

Compiled version

Terminal window
yay -S rovr-bin
Terminal window
pixi global install rovr

Proceed with precaution, I don’t own this tap!

Terminal window
brew tap chenrui333/homebrew-tap
brew install rovr

if successful, you can run

Terminal window
rovr --version

to see the current version installed

version

the commit hash may not exist, depends on how the package was built, but the version should be correct.

you can then start the installation by just invoking

Terminal window
rovr

If you dont see something like this

you can force the install helper by running

Terminal window
rovr --force-first-launch

you can make the changes you want (optionally, hover over certain options to see a tooltip explaining what it does)

once done, you can press the big green button at the end, take a final glance at your config, before it writes it down.

You finally installed rovr!