From f7e2bba4cb572094669bba24d5e2bc45feb974c1 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Sat, 1 Mar 2025 22:34:16 +0100 Subject: [PATCH] install basics --- install_the_basics.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install_the_basics.sh diff --git a/install_the_basics.sh b/install_the_basics.sh new file mode 100644 index 0000000..9936bd3 --- /dev/null +++ b/install_the_basics.sh @@ -0,0 +1,7 @@ +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