macos ∈ article.tags

  1. installing google-cloud-sdk on apple silicon m1 (early 2021)

    If you were to attempt to install google-cloud-sdk natively (via Homebrew) on Apple Silicon, you'd get the following error:

    $ brew install --cask google-cloud-sdk
    # etc...
    ==> Installing Cask google-cloud-sdk
    Beginning update. This process may take several minutes.
    ERROR: (gcloud.components.update) The following components are unknown [kuberun, anthoscli].
    ==> Purging files for version …
  2. how to fix the zsh setup on macos

    Apple has defaulted macOS to using the zsh shell since macOS Catalina. For many, the switch (if they weren't already using zsh) was as simple as running chsh -s /bin/zsh and everything would appear to be working just fine.

    On brand new Macs however, both the .zprofile and .zshrc …