This script automates the setup of a highly functional and visually appealing Zsh environment on macOS.
- Installs Homebrew, Zsh, Oh-My-Zsh
- Sets up Powerlevel10k theme and Nerd Fonts
- Installs useful Zsh plugins (
zsh-syntax-highlighting
,zsh-autosuggestions
) - Installs and configures
colorls
- Backs up existing
.zshrc
file
sh -c "$(curl -fsSL https://raw.githubusercontent.com/EricOgie/auto-mac-zsh-config/main/setup.sh)"