scripts/install_the_basics.sh
2025-03-01 22:37:56 +01:00

7 lines
198 B
Bash
Executable file

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 nmap
apt-get upgrade
apt-get autoremove