Alternatives management tool for NurOS.
switch is a modular system for managing symbolic links to select between different versions of programs, similar to Gentoo's eselect.
meson setup build --prefix=/usr
meson compile -C build
sudo meson install -C buildswitch --list-modules # List available modules
switch editor list # List editor alternatives
switch editor set vim # Set default editorSee docs/ for detailed documentation.
GNU GPL-3.0-or-later
Copyright (C) 2026 AnmiTaliDev anmitali198@gmail.com
- Repository: https://github.com/NurOS-Linux/switch
- Part of the NurOS project