Skip to content

Instantly share code, notes, and snippets.

@HazemKhaled
Last active August 27, 2021 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save HazemKhaled/0372231f53e77a090599af122ab59c84 to your computer and use it in GitHub Desktop.
Save HazemKhaled/0372231f53e77a090599af122ab59c84 to your computer and use it in GitHub Desktop.
Things to Do After Installing Mac OS X 2020

Run this, Bring a coffee and relax

sh -c "$(curl https://gist.githubusercontent.com/HazemKhaled/0372231f53e77a090599af122ab59c84/raw/setup.sh)"
# Pre Steps
xcode-select --install
/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@12
# 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
brew install --cask zoom
# Utilities
brew install --cask spectacle # Organize your workspace
brew install --cask etrecheckpro
brew install --cask daisy-disk
brew install --cask opera # Thanks for 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
brew remove mas # No more needed
# Fun
brew install --cask stremio
brew install --cask spotify
brew install --cask openemu # 🕹
curl -O https://repo2.timedoctor.com/td-desktop-hybrid/prod/timedoctor-desktop_latest_mac.dmg
hdiutil attach time*.dmg && cp -R /Volumes/Time*/Time*.app /Applications && hdiutil detach /Volumes/Time* && rm timedoctor*.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment