#!/bin/bash

apt update & apt upgrade -y

apt remove chromium -y

apt install -y nmap fastfetch tree nano net-tools iputils-ping traceroute \
lsd curl wget btm git

apt autoremove -y

curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh

#fzf
