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)"