Hola is a single-binary configuration management tool for macOS. Set up your Mac in minutes with Brewfile + mise.toml + dotfiles.
brew tap ratazzi/hola
brew install hola# Bootstrap your Mac from a dotfiles repo
hola apply --github username/dotfiles
# Or use a full Git URL
hola apply --repo https://github.com/username/dotfiles.git
# Run provisioning scripts
hola provision ~/.config/hola/provision.rb
# Show help
hola --help- Zero learning curve: Uses Brewfile and mise.toml you already know
- Single binary: No runtime dependencies, ~6MB, 8ms cold start
- Cross-platform: Supports both arm64 and x86_64 Macs
- Idempotent: Safe to run multiple times
- Ruby DSL: Advanced provisioning with embedded mruby interpreter
brew update
brew upgrade holabrew uninstall hola
brew untap ratazzi/holaMIT