added roid.sh

This commit is contained in:
Luxferre
2026-06-03 13:16:36 +03:00
parent 349457a0e6
commit 04b250323e
3 changed files with 144 additions and 0 deletions
+10
View File
@@ -32,6 +32,16 @@ In case you don't need a GUI desktop, run `NOX=y sh ~/roid/install` instead.
After the process completes, you need to fully exit the Termux shell and re-enter it before you can start Void.
## Absolute minimum installation (no Git required on Termux side)
```sh
curl -sSL https://luxferre.top/roid.sh | sh
```
The [roid.sh](roid.sh) script installs a near-barebones, CLI-only, but still convenient Void Linux environment and also updates your Termux font to Fira Code Retina in order to enable ligatures. It uses a separate `.roidrc` file that's stored as [.roidrc-minimal](.roidrc-minimal) in this repo.
This is the author's preferred way of quickstarting a Void shell on any fresh device running Termux.
## CLI usage
From the Termux environment, just type `void` to enter the Void Linux shell. You're ready to go. Your original Termux home path is available in the `$TERMUX_HOME` environment variable.