From 57ed2bbc6c1066a75b24f08108928d096211b574 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 21 Jul 2025 18:34:35 -0400 Subject: [PATCH] Added a commented out package to default core packages --- roles/bootstrap/defaults/core_pkgs@Debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bootstrap/defaults/core_pkgs@Debian.yml b/roles/bootstrap/defaults/core_pkgs@Debian.yml index ae7348d..4494540 100644 --- a/roles/bootstrap/defaults/core_pkgs@Debian.yml +++ b/roles/bootstrap/defaults/core_pkgs@Debian.yml @@ -102,6 +102,9 @@ cli_pkgs: # #@NOTE userspace filesystem utility # - package: fuse3 # version: ~ + # #@NOTE version control utility + # - package: git + # version: ~ cli_pkgs_ext: #@NOTE markdown rendering or syntax highlighting - package: glow