From a973a83792cfc00b64fbb4c144f29498f00e4fe4 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 10 Oct 2025 13:22:00 +0200 Subject: [PATCH] Add urlscan which I use in mutt to open links in E-Mails --- group_vars/localhost/debian.config.yml | 1 + group_vars/localhost/macos.config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/group_vars/localhost/debian.config.yml b/group_vars/localhost/debian.config.yml index 039ed8a..d595c01 100644 --- a/group_vars/localhost/debian.config.yml +++ b/group_vars/localhost/debian.config.yml @@ -97,6 +97,7 @@ apt_packages: - stow - tofu - tree +- urlscan - uuid - xsel - xclip diff --git a/group_vars/localhost/macos.config.yml b/group_vars/localhost/macos.config.yml index 0b5859a..fafc584 100644 --- a/group_vars/localhost/macos.config.yml +++ b/group_vars/localhost/macos.config.yml @@ -33,6 +33,7 @@ brew_packages: - ripgrep - stow - tree +- urlscan - uuid - whois - zoxide