Skip to content

Instantly share code, notes, and snippets.

@niemyjski
Last active January 6, 2026 19:11
Show Gist options
  • Select an option

  • Save niemyjski/2840703c29885dfcefeffee850584637 to your computer and use it in GitHub Desktop.

Select an option

Save niemyjski/2840703c29885dfcefeffee850584637 to your computer and use it in GitHub Desktop.
Arm Mac New Install (Brew)
  • xcode-select --install
  • softwareupdate --all --install --force
  • Brew
    • brew install --cask discord
    • brew install --cask iterm2
    • brew install --cask warp
    • brew install --cask dotnet-sdk
      • dotnet tool install -g Aspire.Cli
    • brew install --cask microsoft-edge
    • brew install --cask rider
    • brew install --cask visual-studio-code
    • brew install opencode
    • brew install --cask antigravity
    • brew install --cask gitkraken
    • brew install --cask powershell
    • brew install --cask beyond-compare
    • brew install --cask spotify
    • brew install --cask pandora
    • brew install --cask chatgpt
    • brew install node
    • brew install --cask docker
    • brew install azure-cli
    • brew install k9s
    • brew install --cask lens
    • brew install helm
    • brew install tree
      • tree > folder-structure.md
      • tree -d > folder-structure.md
    • brew install gh
    • brew install --cask cyberduck
    • brew install git
      • git config --global branch.sort -committerdate
    • brew tap microsoft/git
      • brew install --cask git-credential-manager-core
    • brew install gnupg
    • brew install --cask font-fira-code
    • brew install --cask font-source-code-pro
    • brew install loop
    • brew install ollama
  • Upgrade everything with brew update && brew upgrade --greedy && brew doctor
  • https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
  • npm install -g npm-check-updates
  • Terminal

Other

  • softwareupdate --install-rosetta --agree-to-license
  • Brew
    • brew install --cask signal
    • brew install --cask microsoft-teams
    • brew install --cask google-chrome
    • brew install --cask github
    • brew install git-lfs
    • brew install java
    • brew install awscli
    • brew install kcat
    • brew install k6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment