Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| 04-linux:24-zsh [2019/08/23 17:55] – Roge | 04-linux:24-zsh [2019/08/24 01:10] (Version actuelle) – [zsh] Roge | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| cf. https:// | cf. https:// | ||
| + | |||
| + | http:// | ||
| + | |||
| ===== Install ===== | ===== Install ===== | ||
| Ligne 27: | Ligne 30: | ||
| # Change the default shell | # Change the default shell | ||
| chsh -s /bin/zsh | chsh -s /bin/zsh | ||
| + | # Back to bash | ||
| + | chsh -s /bin/bash | ||
| </ | </ | ||
| + | |||
| + | ===== Oh My ZSH ===== | ||
| + | |||
| + | To install Oh My ZSH, simply run | ||
| + | |||
| + | <code bash> | ||
| + | curl -L https:// | ||
| + | </ | ||