# Oh my ZSH

Dans cette section on va voir comment pimper notre terminal avec des alias des raccourci en tout genre.

### Installation oh my zsh

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```

#### Installation auto-suggestion

{% embed url="<https://github.com/zsh-users/zsh-autosuggestions>" %}

#### Installation zsh-auto-lightening

{% embed url="<https://github.com/zsh-users/zsh-syntax-highlighting>" %}

### Modification .zshsrc

<img src="https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2FFDmWGYUhZEsQuOFZ49ZY%2Fimage.png?alt=media&#x26;token=b565e836-d475-4e3a-88a1-44d2626a26ad" alt="" data-size="original">

![](https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2FDiRma5NVlnK7224D0Mxh%2Fimage.png?alt=media\&token=b7fa1822-cee4-48a8-b817-ab5dfb13f4d6)

![](https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2FyoO9x7Fk7wHopfZRf7Wh%2Fimage.png?alt=media\&token=342a533c-ae41-403a-9daf-1ef7e6321d27)

> Ne pas oublier de faire source .zshrc pour que les modifications soit effective.
