Skip to content

Commit

Permalink
Updating M1 installing instructions (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecg authored Mar 15, 2024
1 parent f170099 commit 528c9bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Installing-ZSH.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To set zsh as your default shell, execute the following assuming a default insta
For m1 macs:

```sh
chsh -s /opt/homebrew/bin/zsh
chsh -s $(which zsh)
```

For intel macs:
Expand All @@ -67,6 +67,12 @@ To set zsh as your default shell, execute the following assuming a default insta
chsh -s /bin/zsh
```

If you get an error for non-stadard shell you can try running first

```sh
sudo sh -c "echo $(which zsh) >> /etc/shells"
```

Assuming you have [Homebrew](https://brew.sh/) installed. If not, most versions of
**macOS** ship zsh by default, but it's normally an older version. Alternatively, you may
also use [MacPorts](https://www.macports.org/)
Expand Down

0 comments on commit 528c9bb

Please sign in to comment.