Skip to content

Commit

Permalink
fixup! feat: add Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 10, 2024
1 parent ccabaf1 commit 665c5c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
timeout-minutes: 50
steps:
- name: Clean up installed software
if: startsWith(matrix.os, 'macos')
run: |
brew uninstall --ignore-dependencies --force $(brew list --formula)
# brew uninstall --cask --force $(brew list --cask)
Expand Down
8 changes: 6 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ printf "\nPlease wait! It will configure your environment.\n"
step_msg "Creating the Projects folder"
mkdir ~/Projects

# -- Dependencies -----------------------------------------------------------------
step_msg "Installing dependencies"
# -- Homebrew -----------------------------------------------------------------
step_msg "Installing Homebrew"
NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"

# -- Dependencies -------------------------------------------------------------
step_msg "Installing dependencies"
brew install stow >/dev/null

# -- Dotfiles -----------------------------------------------------------------
Expand Down

0 comments on commit 665c5c1

Please sign in to comment.