Skip to content

Instantly share code, notes, and snippets.

@niemyjski
Last active April 19, 2023 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save niemyjski/2840703c29885dfcefeffee850584637 to your computer and use it in GitHub Desktop.
Save niemyjski/2840703c29885dfcefeffee850584637 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
  • Brew
    • brew install --cask microsoft-teams
    • brew install --cask slack
    • brew install --cask discord
    • brew install --cask iterm2
    • brew install --cask dotnet-sdk
    • brew install --cask google-chrome
    • brew install --cask rider
    • brew install --cask visual-studio-code
    • brew install --cask github
    • brew install --cask gitkraken
    • brew install --cask powershell
    • brew install --cask beyond-compare
    • brew install --cask spotify
    • brew install git-lfs
    • brew install node
    • brew install java
    • brew install --cask docker
    • brew install awscli
    • brew install k9s
    • brew install helm
    • brew install kcat
    • brew install k6
    • brew install --cask cyberduck
    • 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-fira-code
  • 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 https://gist.github.com/kevin-smets/8568070
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment