mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Updated Installing ZSH (markdown)
@@ -35,7 +35,10 @@ you _might_ be OK. Preferably newer than or equal to `5.0`.**
|
|||||||
```sh
|
```sh
|
||||||
brew install zsh zsh-completions
|
brew install zsh zsh-completions
|
||||||
```
|
```
|
||||||
|
To set zsh as your default shell, execute the following for **macOS High Sierra**
|
||||||
|
```
|
||||||
|
chsh -s /bin/zsh
|
||||||
|
```
|
||||||
Assuming you have [Homebrew](http://brew.sh/) installed. If not, most versions of
|
Assuming you have [Homebrew](http://brew.sh/) installed. If not, most versions of
|
||||||
**macOS** ship zsh by default, but it's normally an older version. Alternatively, you may
|
**macOS** ship zsh by default, but it's normally an older version. Alternatively, you may
|
||||||
also use [MacPorts](https://www.macports.org/)
|
also use [MacPorts](https://www.macports.org/)
|
||||||
@@ -43,10 +46,6 @@ also use [MacPorts](https://www.macports.org/)
|
|||||||
```sh
|
```sh
|
||||||
sudo port install zsh zsh-completions
|
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
|
### Ubuntu, Debian & derivatives
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user