mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-12 18:30:40 +01:00
Updated Installing ZSH (markdown)
@@ -67,14 +67,20 @@ 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
|
||||
```
|
||||
To install the port:
|
||||
```sh
|
||||
cd /usr/ports/shells/zsh/ && make install clean
|
||||
```
|
||||
To improve zsh performance optionally enable zsh-mem options with
|
||||

|
||||
```sh
|
||||
make config
|
||||
```
|
||||
before running "make install".
|
||||
|
||||
### Add yours
|
||||
|
||||
|
||||
Reference in New Issue
Block a user