This script automates the process of setting up a customized ZSH environment, including installing Oh My Zsh, plugins, and dependencies. This script simplifies the setup process for users looking to enhance their terminal productivity and aesthetics.
To use this script, use one of the methods below:
Method | Command |
---|---|
curl | sh -c "$(curl -fsSL https://raw.githubusercontent.com/AstroLightz/zsh-install-helper/refs/heads/main/omz-setup.sh)" |
wget | sh -c "$(wget -O- https://raw.githubusercontent.com/AstroLightz/zsh-install-helper/refs/heads/main/omz-setup.sh)" |
It is a good idea to inspect scripts from projects you don't know. To direcly download and run the script, run the following:
wget https://raw.githubusercontent.com/AstroLightz/zsh-install-helper/refs/heads/main/omz-setup.sh
sh omz-setup.sh
- Oh My Zsh - ZSH framework
- zsh-autosuggestions - Fish-like autosuggestions for Zsh.
- zsh-syntax-highlighting - Fish shell-like syntax highlighting for Zsh.
- zsh-history-substring-search - ZSH implementation of Fish shell's history search feature