8 lines
238 B
Bash
8 lines
238 B
Bash
|
set -e
|
||
|
apt-get update
|
||
|
apt-get install git curl wget vim neovim fd-find bat python3 \
|
||
|
python-is-python3 tmux btop htop fzf lsd tldr trash-cli \
|
||
|
ripgrep tree python3-venv python3-pip python3-poetry nmap
|
||
|
apt-get upgrade
|
||
|
apt-get autoremove
|