Skip to content

Instantly share code, notes, and snippets.

@HazemKhaled
Last active May 17, 2023 07:56
Show Gist options
  • Save HazemKhaled/21714668bff421120a50ee2389b749af to your computer and use it in GitHub Desktop.
Save HazemKhaled/21714668bff421120a50ee2389b749af to your computer and use it in GitHub Desktop.
Things to Do After Installing macOS X 2021 (M1)

Run this, Bring a coffee and relax

sh -c "$(curl https://gist.githubusercontent.com/HazemKhaled/21714668bff421120a50ee2389b749af/raw/setup.sh)"
# Pre Steps
xcode-select --install
#softwareupdate --install-rosetta
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install --cask google-chrome
brew install --cask iterm2
# Editors
brew install --cask visual-studio-code # then open and sync
brew install --cask sublime-text
# Dev Tools
brew install --cask docker
brew install --cask github
#brew install --cask postman
#brew install --cask graphql-ide
#brew install --cask mamp
# Node.js
brew install node # Node 16 is default now on Homebrew on M1
npm I -g n
#brew install --cask mongodb-compass
#brew install --cask robo-3t # Compass new version just wow!
# Cloud
#brew install --cask google-cloud-sdk
# Chat
#brew install --cask slack
#brew install --cask skype
#brew install --cask whatsapp # Instead go for the beta https://web.whatsapp.com/desktop/mac_native/release/
brew install --cask zoom
brew install --cask krisp
# Utilities
brew install --cask rectangle # I miss spectacle on M1
brew install --cask opera # Love your free VPN
#brew install --cask camo-studio
# App Store only apps
brew install mas # CLI for App Store
#mas install 1429033973 # RunCat
#mas install 1475897096 # Jira
#mas install 1289197285 # MindNode
mas install 1510445899 # Meeter
mas install 412759995 # Guidance
mas install 803453959 # Slack
mas install 747648890 # Telegram
brew remove mas # No more needed
# Fun
brew install --cask stremio
#brew install --cask spotify # Not native M1 yet
brew install --cask openemu # 🕹
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment