Skip to content

Commit

Permalink
fix(workspace setup): A few fixes to the workspace setup found while …
Browse files Browse the repository at this point in the history
…configuring a new mac
  • Loading branch information
mike authored and mike committed Mar 8, 2024
1 parent eba4d33 commit 8ec67e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/assets/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ if ! which brew > /dev/null ; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi

export PATH="$homebrewprefix:$PATH"

# Install the AWS CLI, used to interact with any/all AWS services
if ! which aws > /dev/null ; then
brew install awscli session-manager-plugin
Expand Down Expand Up @@ -136,6 +138,7 @@ export NVM_DIR="$HOME/.nvm"
export PATH=/usr/local/go/bin:\$PATH
export PATH=\$PATH:$(go env GOPATH)/bin
export PATH="$homebrewprefix/bin:\$PATH"
eval \"\$($homebrewprefix/bin/brew shellenv)\"
eval \"\$(direnv hook $shell)\"
Expand Down

0 comments on commit 8ec67e1

Please sign in to comment.