Skip to content

Commit

Permalink
fixup! 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 246059a commit 062fb94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ 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; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> ~/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
else
(echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> ~/.bashrc
eval "$(/usr/local/bin/brew shellenv)"
fi
brew install git stow
Expand Down

0 comments on commit 062fb94

Please sign in to comment.