mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-16 21:29:50 +00:00
Updated Installing ZSH (markdown)
@@ -66,6 +66,16 @@ zypper install zsh
|
|||||||
pacman -S zsh
|
pacman -S zsh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### FreeBSD
|
||||||
|
To install the port:
|
||||||
|
```sh
|
||||||
|
cd /usr/ports/shells/zsh/ && make install clean
|
||||||
|
```
|
||||||
|
To install the package:
|
||||||
|
```sh
|
||||||
|
pkg install zsh
|
||||||
|
```
|
||||||
|
|
||||||
### Add yours
|
### Add yours
|
||||||
|
|
||||||
If you know a platform that is not covered, edit this page and add it!
|
If you know a platform that is not covered, edit this page and add it!
|
||||||
|
|||||||
Reference in New Issue
Block a user