25 lines
256 B
Bash
25 lines
256 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
apt install \
|
||
|
tmux \
|
||
|
fish \
|
||
|
fd-find \
|
||
|
ripgrep \
|
||
|
tree \
|
||
|
fzf \
|
||
|
htop \
|
||
|
ssh mosh \
|
||
|
openssl \
|
||
|
python3 python3-pip \
|
||
|
rsync \
|
||
|
neovim vim \
|
||
|
unzip \
|
||
|
lua5.3 luajit \
|
||
|
curl \
|
||
|
jq \
|
||
|
w3m \
|
||
|
ranger \
|
||
|
inotify-tools \
|
||
|
time \
|
||
|
fortune
|