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.

currently, rovr is only on pypi.

Terminal window
uvx rovr
Terminal window
uv tool install --compile-bytecode rovr
Terminal window
pipx install rovr
Terminal window
pip 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!