From 19e3f6d5f8340f06fb239f99a31a62b06359bc6e Mon Sep 17 00:00:00 2001 From: "Florian RICHER (MrDev023)" Date: Wed, 13 Apr 2022 23:19:29 +0200 Subject: [PATCH] Add exemple --- run_once_prepare_unix.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/run_once_prepare_unix.sh.tmpl b/run_once_prepare_unix.sh.tmpl index 0bc6997..a620b49 100644 --- a/run_once_prepare_unix.sh.tmpl +++ b/run_once_prepare_unix.sh.tmpl @@ -4,6 +4,7 @@ # {{ if eq .chezmoi.kernel.osrelease "ubuntu" -}} # sudo apt install ripgrep # {{ end -}} +# Exemple: https://github.com/RichiCoder1/dotfiles/blob/master/executable_install-tools.sh.tmpl # INSTALL HOMEBREW bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"