563 B
563 B
Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Update your PATH
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zshrc
Update your shell
source ~/.zshrc
Install ImageMagick
brew install imagemagick
Verify the installation
magick --version
Keep Homebrew up-to-date
Update Homebrew
brew update
Upgrade installed packages
brew upgrade
Cleanup old versions
brew cleanup