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
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)"
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
- Homebrew
- Rosetta
- Node
- n
- ZSH
- Google Chrome
- VSCode
- Discord
- Spotify
- GIT Flow
- Sourcetree
- Sequel Ace
- Postman
- Docker
- Forticlient
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
- Homebrew
- Rosetta
- Node
- n
- ZSH
- Google Chrome
- VSCode
- Discord
- Spotify
- GIT Flow
- Sourcetree
- Postman
- Docker
- Forticlient
- Redis
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