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