Skip to content

Instantly share code, notes, and snippets.

@luisadha
Last active April 25, 2024 19:05
Show Gist options
  • Save luisadha/8d9facba8e4bb3bb88883a5b3ba5de4d to your computer and use it in GitHub Desktop.
Save luisadha/8d9facba8e4bb3bb88883a5b3ba5de4d to your computer and use it in GitHub Desktop.
Plugin script module type for ztmexluis
#!/data/data/com.termux/files/usr/bin/bash
# Version v1.1
# To run rapsh module scripts
. ./ztmexlouis
# Konfigurasi alrc-termux dibawah ini tanpa mengedit ~/.bashrc
export ALRC_USE_ALFETCH="true" ALRC_MOTD_USE_BOXES="random" # opsional
# Konfigurasi installer ztmexlouis
module_name="alrc-termux"
module_version="4.3.3b"
module_sc="https://github.com/luisadha/$module_name/archive/refs/tags/$module_version.zip"
export ALRC_USE_ENV_PATH="true" # wajib hanya untuk instalasi skrip ini saja
ztmexlouis install $module_name
#!/data/data/com.termux/files/usr/bin/bash
# Version v1.1
# To run rapsh module scripts
. ./ztmexlouis
module_name="rapsh"
module_version="v1.8"
module_sc="https://github.com/luisadha/$module_name/archive/refs/heads/$module_version.zip"
ztmexlouis install $module_name
@fmway
Copy link

fmway commented Dec 13, 2023

Silahkan periksa jika penasaran https://codeberg.org/luisadha/ztmeluisadha/src/branch/main/.start

Owalah, siap meluncur ke tkp 🙇🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment