Skip to content

Prep macOSs for dependencies

Marcia Ramos requested to merge prep-new-macos into master

If the user is brand new or if they never installed Homebrew and Ruby on their computer, this is the way to go without having to sudo everything:

  • Install latest xcode-select
  • User-install Homebrew or sudo chown $(brew --prefix)
  • User-install RVM
  • Option to install a code editor
Edited by Marcia Ramos

Merge request reports