mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-08 00:10:41 +01:00
Differentiate default brew path for intel/arm macs (#28)
@@ -49,6 +49,14 @@ To set zsh as your default shell, execute the following assuming a default insta
|
||||
|
||||
- Recent macOS versions:
|
||||
|
||||
For m1 macs:
|
||||
|
||||
```sh
|
||||
chsh -s /opt/homebrew/bin/zsh
|
||||
```
|
||||
|
||||
For intel macs:
|
||||
|
||||
```sh
|
||||
chsh -s /usr/local/bin/zsh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user