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:42] – 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 19: | Ligne 22: | ||
| # Create a New ZSH configuration file | # Create a New ZSH configuration file | ||
| cp ~/ | cp ~/ | ||
| + | |||
| + | # Clone the ZSH Syntax Highlighting | ||
| + | https:// | ||
| + | # Use the ZSH Syntax Highlighting | ||
| + | echo " | ||
| + | |||
| + | # Change the default shell | ||
| + | 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:// | ||
| + | </ | ||