Skip to content

installation

  • a patched font that supports nerd font icons
    if you dont 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 toml lsp
    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 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