#!/usr/bin/env bash
PACKAGES="git nmap curl vim btop tmux screen ripgrep fzf ssh"

sudo apt-get update -y
sudo apt-get install $PACKAGES -y

