Skip to content

Instantly share code, notes, and snippets.

View luisadha's full-sized avatar
🇵🇸
Free Palestine

Luis Adha luisadha

🇵🇸
Free Palestine
View GitHub Profile
@luisadha
luisadha / BASHRC 2 APRL FOR ALRC-TERMUX UPDATED
Last active April 18, 2024 05:08
SIMPLE GUIDE CONFIGURATION OF ALRC-TERMUX
####################################################################################################### ALRC - TERMUX - BEGIN - CONFIGURATION
export ALRC='/data/data/com.termux/files/home/.local/share/alrc-termux'
export ALRC_USE_ALFETCH="true" ALRC_MOTD_USE_BOXES="twisted" #random # array ke 0
# jika diaktifkan automatis plugin aktif
realtime_date "Init alrc-termux" | lolcrab -a
#pv -pet <( )
source "$ALRC/alrc-termux.sh" 2>/dev/null || echo -e "\t × Module unable to load:
\t ╭─[entry #1:1:1]
\t 1 │ source "$ALRC/alrc-termux.sh"
@luisadha
luisadha / dotfiles
Last active March 12, 2024 11:01
Konfigurasi sederhana untuk termux
Konfigurasi sederhana untuk termux.
Rekomendasi dari saya
@luisadha
luisadha / dependfiles
Created March 2, 2024 18:10
File file
Dummy files see next file
@luisadha
luisadha / getting-started-of-termux.txt
Last active February 16, 2024 06:05
Memulai menggunakan termux pertama kali
https://wiki.termux.com/wiki/Getting_started
@luisadha
luisadha / AndroidManifest.xml.ms
Last active February 13, 2024 09:08
cat AndroidManifest.xml | YOUR_APP_NAME="com.google.adharudin14.aplikasisaya" mush -o AndroidManifest.xml.update
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{YOUR_APP_NAME}}">
<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="17" />
<application>
<service
android:name=".{{YOUR_DAYDREAM_CLASS}}"
@
BashProtector
KotlinKt.class
META-INF
__pycache__
adbfiles
adbkey
adbkey.pub
android_as_server.js
apkeep_downloads
@luisadha
luisadha / pkglist
Last active February 7, 2024 01:12
Listing...
0verkill/stable 0.16-git-3 aarch64
1oom/stable 1.0 aarch64
2048-c/stable 2022.10.23 aarch64
2048-cli/termux 0.9.1 aarch64
2bwm/x11 0.3-1 aarch64
2ping/stable 4.5.1-3 all
64tass/tur-packages 1.59.3120 aarch64
6tunnel/stable 0.13 aarch64
7zip/stable 23.01 aarch64
@luisadha
luisadha / aphroditeascii_tasker.sh
Last active January 25, 2024 09:40
convert image to ascii on background
#!/data/data/com.termux/files/usr/bin/env zsh
# by luisadha
#
( while true; do
cols=$(tput cols)
if [ "$cols" == "141" ]; then
jp2a ~/downloads/aphrodite_by_juni_anker.jpg
sleep 1
break
echo -n "[$(date | awk '{print $4}' | cut -c 1,2,4,5,7,8)] Load from.. (.bashrc) "
# ========================================= bashrc configuration by luisadha ==============================================
case $- in
*i*) ;;
*) return;;
esac
read isProot < <(uname -r | sed 's/^[^-]*-//'); [ $isProot == "PRoot-Distro" ] && echo "Hello $(cat /etc/*-release | sed -n 's/^NAME="\([^"]*\)"/\1/p')" && . ~/liquidprompt/liquidprompt 2>/dev/null;
random_1_9 ()
echo "[$(date | awk '{print $4}' | cut -c 1,2,4,5,7,8)] Load from.. (.bashrc) "
# ========================================= bashrc configuration by luisadha ==============================================
case $- in
*i*) ;;
*) return;;
esac
function tanya() {