Last active
April 25, 2024 19:05
-
-
Save luisadha/8d9facba8e4bb3bb88883a5b3ba5de4d to your computer and use it in GitHub Desktop.
Plugin script module type for ztmexluis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
#!/data/data/com.termux/files/usr/bin/bash . ./.startNah untuk file
.start
nya darimana, bang?
Ada itu berisi fungsi2 require sama import yang itu
Silahkan periksa jika penasaran https://codeberg.org/luisadha/ztmeluisadha/src/branch/main/.start
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
Nah untuk file
.start
nya darimana, bang?