8 lines
246 B
Bash
Executable file
8 lines
246 B
Bash
Executable file
set -e
|
|
apt-get update
|
|
apt-get install git curl wget vim fd-find bat python3 \
|
|
python-is-python3 tmux btop htop fzf lsd tldr trash-cli \
|
|
ripgrep tree nmap unzip zsh lsof rsync moreutils fuse \
|
|
build-essential
|
|
apt-get upgrade
|
|
apt-get autoremove
|