scripts/install_the_basics.sh

8 lines
198 B
Bash
Raw Normal View History

2025-03-01 22:34:16 +01:00
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 \
2025-03-01 22:37:56 +01:00
ripgrep tree nmap
2025-03-01 22:34:16 +01:00
apt-get upgrade
apt-get autoremove