mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
56 lines
772 B
Bash
56 lines
772 B
Bash
#!/data/data/com.termux/files/usr/bin/bash
|
||
|
||
# Install command-line tools using Apt.
|
||
|
||
# Make sure we’re using the latest Apt.
|
||
apt update
|
||
|
||
apt install bash \
|
||
bash-completion \
|
||
bc \
|
||
binutils \
|
||
coreutils \
|
||
dnsutils \
|
||
file \
|
||
grep \
|
||
gzip \
|
||
htop \
|
||
less \
|
||
mc \
|
||
nmap \
|
||
openssh \
|
||
openssl \
|
||
rsync \
|
||
sed \
|
||
tmux \
|
||
vim \
|
||
wget \
|
||
zip \
|
||
unstable-repo \
|
||
x11-repo \
|
||
algernon \
|
||
busybox \
|
||
binutils \
|
||
ffmpeg \
|
||
dropbear \
|
||
lynx \
|
||
make \
|
||
nano \
|
||
nodejs \
|
||
nsnake \
|
||
nudoku \
|
||
pngquant \
|
||
python \
|
||
ranger \
|
||
termux-api \
|
||
termux-auth \
|
||
vitetris \
|
||
wol \
|
||
yarn \
|
||
stow \
|
||
man
|
||
|
||
|
||
pip install --upgrade pip
|
||
pip install youtube-dl requests
|