sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
 
| # Oh my zsh. | |
| ## Install with curl | |
| ``` | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| ``` | |
| ## Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting) | |
| - Download zsh-autosuggestions by | |