CLI Installation
IconChanger includes a command-line interface for scripting and automation.
Install from the App
- Open IconChanger > Settings > Advanced.
- Under Command Line Tool, click Install.
- Enter your administrator password.
The iconchanger command is now available in your terminal.
Install Manually
If you prefer to install manually (e.g., in a dotfiles script):
bash
sudo cp /Applications/IconChanger.app/Contents/Resources/IconChangerCLI /usr/local/bin/iconchanger
sudo chmod +x /usr/local/bin/iconchangerVerify Installation
bash
iconchanger --versionUninstall
From the app: Settings > Advanced > Uninstall.
Or manually:
bash
sudo rm /usr/local/bin/iconchangerNext Steps
See the Command Reference for all available commands.