Skip to content

Latest commit

 

History

History
100 lines (69 loc) · 3.83 KB

README.md

File metadata and controls

100 lines (69 loc) · 3.83 KB

OSX Setup from collaborator's of OW Interactive

Has a new computer been made available to you or have you just been hired and don't know what to do with that machine? In this guide we will help you, do not be sad.

EVERYTHING WILL BE FINE

Sad With new computer

Contents

New computer or operating system reinstallation

If you don't know what you're doing, call someone

If your computer is reset it is advisable to start here with the script below your computer will gain some new powers, such as being able to view hidden files, new options in the finder bar and etc. So start here

Open Spotlight search CMD + Space Bar and search Terminal or Iterm2 (if it is already installed)

And execute

sh -c "$(curl -fsSL https://raw.githubusercontent.com/owinteractive/ow-osx-setup/master/osx.sh)"

Are you a backend?

If you don't know what you're doing, call someone

If you are a cool backend developer, this script will already install a series of tools that we use in our day to day

Open Spotlight search CMD + Space Bar and search Terminal or Iterm2 (if it is already installed)

And execute

sh -c "$(curl -fsSL https://raw.githubusercontent.com/owinteractive/ow-osx-setup/master/backend.sh)"

Programs, Languagues and other things covered on script

Are you a frontend?

If you don't know what you're doing, call someone

Tools used in the frontend

Open Spotlight search CMD + Space Bar and search Terminal or Iterm2 (if it is already installed)

And execute

sh -c "$(curl -fsSL https://raw.githubusercontent.com/owinteractive/ow-osx-setup/master/frontend.sh)"

Programs, Languagues and other things covered on script

I want to contribute

You are a devops or work in another area of ​​the company and do not have an initial installation script here, feel free to contribute. It is very simple, just fork this project and submit a PR.

Any contribution is welcome

Done