sh -c "$(curl https://gist.github.com/HazemKhaled/21714668bff421120a50ee2389b749af/raw/setup.sh)"-
-
Save AFZidan/6f8773c34be2a2b072d345eb44a26df1 to your computer and use it in GitHub Desktop.
Things to Do After Installing macOS X 2021 (M1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| brew install --cask zoom | |
| # Utilities | |
| brew install --cask rectangle # I miss spectacle on M1 | |
| brew install --cask daisy-disk | |
| 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 | |
| brew remove mas # No more needed | |
| # Fun | |
| brew install --cask stremio | |
| #brew install --cask spotify # Not native M1 yet | |
| 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