Skip to content

standout/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Standout Homebrew Tap

If you would like to use formulas in this repository, start by tapping it.

brew tap standout/homebrew-tap

Setup AMD64 Homebrew on your Apple Silicon Mac

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

Formulas

Elasticsearch@5.6

Will install Elasticsearch version 5.6 and the plugins analysis-icu and analysis-phonetic.

Using AMD64

brew install elasticsearch@5.6
brew services start elasticsearch@5.6

Using ARM64 (Apple Silicon)

axbrew install elasticsearch@5.6
axbrew services start elasticsearch@5.6

About

Software and tools we need to use regularly or versions of them that enable us to be more efficient.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages