25 lines
256 B
Bash
Executable file
25 lines
256 B
Bash
Executable file
#!/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
|