1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-19 05:40:44 +01:00

Updated Installing ZSH (markdown)

Rinold Simon
2019-01-09 10:25:33 +05:30
parent ca2143cb4b
commit a7e3be35ae

@@ -43,6 +43,10 @@ also use [MacPorts](https://www.macports.org/)
```sh
sudo port install zsh zsh-completions
```
To set zsh as your default shell, execute the following for **macOS High Sierra**
```
chsh -s /bin/zsh
```
### Ubuntu, Debian & derivatives