It would really be nice to have a single command that will automatically detect configuration that needs to be changed on the system. For example, rather than:
- Flatpak Steam users needing to run
axr flatpak steam enable-xr - Gaia Sky Flatpak users needing to run
axr flatpak gaiasky enable-vr - WMR headset users needing to run
axr runtime install slam - etc..
they should just be able to either run a single script, or install a atomic-xr/atomic-xr-fixes package, and it will automatically configure everything they might need for their system.
I don't want people to need to install the AtomicXR CLI to configure everything manually like they do now. Ideally the axr CLI tool should not have to exist as something people interact with.
This script should run as a service (via brew services and/or systemd) and configure everything necessary got VR automatically, with no user interaction needed.
Configuration is automatically applied in Homebrew-XR, and will be contributed upstream when possible