From b75381de4d7cc7c937f2996876866cd9961e85fa Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Thu, 12 Jun 2025 12:11:45 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e799c..69cc870 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). ```shell [[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \ - ; brew update \ + ; eval "$(/opt/homebrew/bin/brew shellenv)" \ + && brew update \ && git clone https://github.com/shokinn/.files ~/.files \ && brew bundle install --file=~/.files/misc/bootstrap.Brewfile \ && sudo sh -c "echo \"/opt/homebrew/bin/zsh\" >> /etc/shells" \