-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapt.sh
More file actions
48 lines (42 loc) · 663 Bytes
/
apt.sh
File metadata and controls
48 lines (42 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/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