From 24ef8d8267b2053fb286cc0f7e3e2b40fe8b0344 Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Sun, 10 Mar 2024 15:14:52 -0300 Subject: [PATCH] fixup! fix: remove default gitconfig at macOS --- .github/workflows/health-check.yml | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index f052c46..beaeac1 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -51,7 +51,7 @@ jobs: run: brew --config - name: Homebrew install - run: brew install ack + run: brew install stow - name: Run install script timeout-minutes: 30 diff --git a/install.sh b/install.sh index 1bdb36d..cfa9224 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ mkdir ~/Projects # -- Homebrew ----------------------------------------------------------------- step_msg "Installing homebrew" -brew install git stow +# brew install git stow # -- Dotfiles ----------------------------------------------------------------- step_msg "Setting up dotfiles"