Skip to content

Instantly share code, notes, and snippets.

View LuizCampedelli's full-sized avatar

Luiz Campedelli LuizCampedelli

View GitHub Profile
@LuizCampedelli
LuizCampedelli / gist:c14ac21fb07b25bfbe96702f86f3fa53
Last active November 18, 2025 19:26
Oh my zsh and its plugins
# Oh my zsh.
## Install ZSH.
```
sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
```
## Install Oh my ZSH.
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"