added roid.sh
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user