post-install/post-install-termux
Alex A. Naanou dd01e9fae7 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-01-12 21:22:57 +03:00

42 lines
370 B
Bash
Executable File

#!/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
# LaTeX
# XXX
)
pkg upgrade
pkg install "${PKG[@]}"