Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
oh-my-zsh [Le 09/08/2023, 23:23] sefran [Configurations] Correction expression |
oh-my-zsh [Le 27/06/2025, 15:35] (Version actuelle) sefran [Installation des extensions] Correction liens |
||
---|---|---|---|
Ligne 49: | Ligne 49: | ||
<code zsh> | <code zsh> | ||
- | sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | + | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
</code> | </code> | ||
Ligne 55: | Ligne 55: | ||
<code zsh> | <code zsh> | ||
- | sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" | + | sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" |
</code> | </code> | ||