记录一下Termux的配置过程
下载Termux地址
GitHub:https://github.com/termux/termux-app/releases
Fdroid:https://f-droid.org/en/packages/com.termux/
更新Termux库
apt update;pkg update;pkg upgrade;apt upgrade
授予Termux储存权限
termux-setup-storage
下载命令行软件
pkg install file zip p7zip tree git wget python2 python3 exiftool vim android-tools zsh neofetch busybox man;
下载并安装oh-my-zsh
sh -c “$(wget -O- https://ghproxy.com/https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)”