Shell script to install NormalNvim in a single step.
- Arch based Linux distros
- Ubuntu based Linux distros / WLS
- Fedora based Linux distros
- MacOS (homebrew)
- Termux
The fact a installer has a GitHub action, mean the installer is very stable; If any dependency cease to exist on the repositories of a distro, we will inmediatelly know.
- Go into actions.
- Click the most recent one.
- Click the test of your operative system.
And check if there is any dependency that doesn't exist anymore. Send a PR to this repo with the new dependencies so everyone can benefit from your research.
- We currently support the package names shipped with the latest stable release of all distros, but as new versions are released, we could version the installer (ubuntu 22.04, etc).
- A (probably) easier alternative would be to distribute NormalNvim as flatpak/docker. That would ensure a optimal user experience on any system.