Update README.md

This commit is contained in:
Philip Henning 2025-06-12 12:11:45 +02:00 committed by GitHub
parent 34e4a19828
commit b75381de4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" \