From f5f003e605a6a9bca61335400d05c4cd4f792cb1 Mon Sep 17 00:00:00 2001
From: Jeff LANCE <>
Date: Sat, 3 Aug 2024 12:28:32 +0200
Subject: [PATCH] Up.

---
 .../run_once_after_10-install-packages.sh.tmpl     | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl
index b1bb820..399fefd 100644
--- a/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl
+++ b/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl
@@ -1,17 +1,7 @@
 #!{{ lookPath "bash" }}
 
-# Logging function
-# log() {
-#   printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)\n" "$1"
-# }
-
-# inf() {
-#   printf "$(tput setaf 2)╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
-# }
-
-# err() {
-#   printf "$(tput setaf 9)$(tput bold)>>>>> %s ! <<<<<$(tput sgr0)\n" "$1"
-# }
+# include lib
+. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
 
 
 {{ if (eq .chezmoi.os "linux") -}}