From f90dcfad06f9265ef1f437011ab106a7deeb1c65 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:30:57 +0000 Subject: [PATCH] Latest --- .../universal/run_before_01-system-homebrew.sh.tmpl | 3 +++ home/.chezmoitemplates/darwin/Brewfile | 1 + home/dot_local/bin/executable_install-program | 1 + 3 files changed, 5 insertions(+) diff --git a/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl b/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl index b763994c..d7371200 100644 --- a/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl @@ -171,6 +171,9 @@ if [ -d /Applications ] && [ -d System ]; then fi fi +### Ensure gem is updated +gem update --system + ### Scrub ~/.viminfo if [ -f "$HOME/.viminfo" ]; then logg info 'Removing ~/.viminfo' && sudo rm -f "$HOME/.vimino" diff --git a/home/.chezmoitemplates/darwin/Brewfile b/home/.chezmoitemplates/darwin/Brewfile index 39fa7055..f7a93fb5 100644 --- a/home/.chezmoitemplates/darwin/Brewfile +++ b/home/.chezmoitemplates/darwin/Brewfile @@ -27,6 +27,7 @@ brew "jq" brew "node" brew "progress" brew "python@3.11" +brew "ruby" tap "go-task/tap" brew "go-task/tap/go-task" brew "volta" diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index 3f0e60c8..5d05c3bf 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -1801,6 +1801,7 @@ async function installPlugins(pluginData) { if (pluginData.cmd && pluginData.plugins && pluginData.plugins.length) { const pluginWhen = pluginData.when try { + log('info', 'Plugin When', pluginWhen) runCommand(`Checking when condition for ${pluginData.package} plugin - ${plugin}`, pluginWhen) for (const plugin of pluginData.plugins) { try {