Skip to content

Instantly share code, notes, and snippets.

@ejsmith
Forked from niemyjski/mac-arm-brew-setup.md
Last active January 4, 2023 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejsmith/f37721a24997f5484b43370f944ddb68 to your computer and use it in GitHub Desktop.
Save ejsmith/f37721a24997f5484b43370f944ddb68 to your computer and use it in GitHub Desktop.
Arm Mac New Install (Brew)
  • xcode-select --install
  • softwareupdate --all --install --force
  • softwareupdate --install-rosetta --agree-to-license
  • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Brew
    • brew install --cask microsoft-edge
    • brew install --cask 1password
    • brew install --cask microsoft-teams
    • brew install --cask slack brew install zoom
    • brew install --cask discord
    • brew install --cask iterm2
    • brew install --cask dotnet-sdk
    • brew install --cask rider
    • brew install --cask visual-studio-code
    • brew install --cask github
    • brew install --cask gitkraken
    • brew install --cask powershell
    • brew install git-lfs
    • brew install node
    • brew install --cask docker
    • brew install awscli
    • brew install k9s
    • brew install helm
    • brew install k6
    • brew tap microsoft/git
      • brew install --cask git-credential-manager-core
    • brew tap homebrew/cask-fonts
      • brew install --cask font-source-code-pro
      • brew install --cask font-source-code-pro-for-powerline
      • brew install --cask font-fira-code
  • Upgrade everything with brew update && brew upgrade --greedy && brew doctor
  • npm install -g npm-check-updates
  • Terminal https://gist.github.com/kevin-smets/8568070
    • prompt -s steeef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment