mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
48 lines
663 B
Bash
48 lines
663 B
Bash
#!/bin/bash
|
|
|
|
apt update
|
|
|
|
apt install bash \
|
|
bash-completion \
|
|
bc \
|
|
binutils \
|
|
coreutils \
|
|
dnsutils \
|
|
file \
|
|
grep \
|
|
gzip \
|
|
htop \
|
|
less \
|
|
nmap \
|
|
rsync \
|
|
sed \
|
|
tmux \
|
|
vim \
|
|
wget \
|
|
zip \
|
|
algernon \
|
|
busybox \
|
|
binutils \
|
|
ffmpeg \
|
|
dropbear \
|
|
lynx \
|
|
make \
|
|
nano \
|
|
nodejs \
|
|
pngquant \
|
|
python \
|
|
ranger \
|
|
yarn \
|
|
stow \
|
|
man \
|
|
git \
|
|
zsh
|
|
|
|
|
|
pip install --upgrade pip
|
|
pip install youtube-dl requests
|
|
|
|
curl https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
|
|
|
#TODO: Make a python install script
|
|
#TODO: Rewrite for arch |