11 lines
191 B
Markdown
11 lines
191 B
Markdown
---
|
|
title: Installation oh-my-zsh
|
|
---
|
|
|
|
Installation oh-my-zsh
|
|
|
|
```shell
|
|
curl -Lo install.sh https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
|
|
sh install.sh
|
|
```
|