Skip to content

Commit

Permalink
fix: activate homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed May 31, 2024
1 parent a6ea19a commit fcef28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ title_msg "Please wait! It will configure your workspace."
if test ! $(which brew); then
step_msg "Installing the Homebrew"
NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" >/dev/null
eval "$(/opt/homebrew/bin/brew shellenv)"
else
step_msg "Updating the Homebrew"
brew update --force --quiet
Expand Down
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ SPACESHIP_PROMPT_ADD_NEWLINE=false
SPACESHIP_CHAR_SYMBOL=""
SPACESHIP_CHAR_SUFFIX=" "

### Homebrew configuration
eval "$(/opt/homebrew/bin/brew shellenv)"

### Git via brew configuration

Expand Down

0 comments on commit fcef28e

Please sign in to comment.