mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
1.3.0 Added more configs, streamlined apt.sh
This commit is contained in:
19
apt.sh
19
apt.sh
@@ -1,8 +1,5 @@
|
||||
#!/data/data/com.termux/files/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# Install command-line tools using Apt.
|
||||
|
||||
# Make sure we’re using the latest Apt.
|
||||
apt update
|
||||
|
||||
apt install bash \
|
||||
@@ -16,18 +13,13 @@ apt install bash \
|
||||
gzip \
|
||||
htop \
|
||||
less \
|
||||
mc \
|
||||
nmap \
|
||||
openssh \
|
||||
openssl \
|
||||
rsync \
|
||||
sed \
|
||||
tmux \
|
||||
vim \
|
||||
wget \
|
||||
zip \
|
||||
unstable-repo \
|
||||
x11-repo \
|
||||
algernon \
|
||||
busybox \
|
||||
binutils \
|
||||
@@ -37,18 +29,13 @@ apt install bash \
|
||||
make \
|
||||
nano \
|
||||
nodejs \
|
||||
nsnake \
|
||||
nudoku \
|
||||
pngquant \
|
||||
python \
|
||||
ranger \
|
||||
termux-api \
|
||||
termux-auth \
|
||||
vitetris \
|
||||
wol \
|
||||
yarn \
|
||||
stow \
|
||||
man
|
||||
man \
|
||||
git
|
||||
|
||||
|
||||
pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user