Skip to content

Termux Setup

Arijit Basu edited this page Apr 24, 2021 · 14 revisions

xplr-termuxfd3c398d3cf4bcbc.md.jpg

Please note that there's probably a lot of things to improve for fully compatible Termux support. If you really would like to get first-class termux support, just let me know.

  • Install cargo

    pkg install rustc cargo
  • Install xplr

    cargo install --force xplr
  • Setup storage

    termux-setup-storage
  • Setup config and runtime dir

    export XDG_CONFIG_HOME="~/storage/.config"
    export XDG_RUNTIME_DIR="~/storage/run"
    
    mkdir -p "$XDG_CONFIG_HOME" "$XDG_RUNTIME_DIR"
  • Run

    xplr
Clone this wiki locally