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 9, 2024
1 parent feb4817 commit 246059a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ step_msg "Installing homebrew"
NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
if [[ "$OSTYPE" == "linux-gnu"* ]]
then
echo "/home/linuxbrew/.linuxbrew/bin:/usr/bin:/bin" >> $PATH
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
else
echo "/usr/local/bin:/usr/bin:/bin" >> $PATH
eval "$(/usr/local/bin/brew shellenv)"
fi
brew install git stow

Expand Down

0 comments on commit 246059a

Please sign in to comment.