First Setup Wizard 🧙‍♂️

This page allows you to pick multiple apps and install them all at once through your computer's terminal.

Requirements

You should first install XCode, if you haven't already, by pasting the following code in your terminal:

Pro tip: you can just click any code section to copy it
$ xcode-select --install

Then you need to install Homebrew:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Pick select the apps you want to install:

  • Browser

  • Terminal

  • Text-editor

  • Communication

  • Development

  • Misc

  • Organization

  • Design

Finally you can copy and paste the code bellow on your terminal and you're golden! 👌

$ brew cask install --force

Oh! One more thing you'll have to enter your password in the terminal
You won't be able to see yourself typing in the password but, don't worry, the terminal is paying attention 😉