added termux config...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-01-11 19:28:26 +03:00
parent be2f60dd53
commit 114041753e

38
post-install-termux Executable file
View File

@ -0,0 +1,38 @@
#!/usr/bin/bash
# XXX integrate this with post-install...
IFS=$'\n'
PKG=(
vim
golang nodejs
git
make cmake
tmux
nnn vifm mc
ncdu fdupes
bat tree
bash-completion
man
htop
curl wget nmap-ncat rsync
w3m links
#yt-dlp
zip unrar zstd p7zip
exiftool libvips exiv2
ffmpeg mpg123
cmus
)
pkg upgrade
pkg install "${PKG[@]}"