2021-02-18 04:06:58 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2021-02-18 09:25:14 +00:00
|
|
|
sudo apt install \
|
|
|
|
build-essential \
|
2021-02-18 04:06:58 +00:00
|
|
|
zsh \
|
|
|
|
curl wget git \
|
2021-02-18 08:58:27 +00:00
|
|
|
neovim tmux \
|
2021-02-18 04:06:58 +00:00
|
|
|
exa fd-find ripgrep \
|
2021-02-18 09:25:14 +00:00
|
|
|
openssh-server openssh-client \
|
2021-02-24 08:19:07 +00:00
|
|
|
python3 python3-venv \
|
2021-02-18 09:25:14 +00:00
|
|
|
neofetch
|