Skip to content

Termux Setup

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

Please note that there are a lot of things to improve for fully compatible Termux support. If you really would like to get first-class termux support, please 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/home/$USER/.config"
    export XDG_RUNTIME_DIR="~/run/user/$USER"
    
    mkdir -p "$XDG_CONFIG_HOME" "$XDG_RUNTIME_DIR"
  • Run

    xplr
Clone this wiki locally