If you would like to use formulas in this repository, start by tapping it.
brew tap standout/homebrew-tap
Some software that we use may only support AMD64 architecture. Therefore if you use a Mac with Apple Silicon you must also install one version of Homebrew for AMD64 if you need to use any software here that does not have support for ARM64.
softwareupdate --install-rosetta --agree-to-license
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Then to use the AMD64 version of brew you should add an alias to ~/.zshrc. Use this command for that.
If you use bash, change ~/.zshrc to ~/.bashrc
echo 'alias axbrew="arch -x86_64 /usr/local/homebrew/bin/brew"' >> ~/.zshrc
Will install Elasticsearch version 5.6 and the plugins analysis-icu and analysis-phonetic.
brew install [email protected]
brew services start [email protected]
axbrew install [email protected]
axbrew services start [email protected]