An open API service indexing awesome lists of open source software.

https://github.com/prashanth-sams/machine-setup

Reliable Developer OSX Machine setup for QA
https://github.com/prashanth-sams/machine-setup

android appium brew chrome container docker homebrew java machine-setup macos mysql osx osx-setup postman ruby rvm slack virtualbox xcode zeplin

Last synced: 5 months ago
JSON representation

Reliable Developer OSX Machine setup for QA

Awesome Lists containing this project

README

          

# Machine Setup

## OSX

### list of softwares

- XCode
- Homebrew
- Git + Environment setup
- mysql
- RVM + Environment setup
- Ruby
- Ruby Bundler
- Java
- Docker
- Virtual Box
- Google Chrome
- Firefox
- Zeplin
- Postman
- Docker Toolbox
- Quicklook plugins
- Chromedriver
- Geckodriver
- Android Studio
- Appium
- Skitch
- Slack
- Sourcetree
- Visual Studio Code
- Sublime Text 3
- fish
- the silver searcher

### Steps to Follow

1. Open `launch.sh`

2. Replace `YOUR_GIT_NAME`, `YOUR_GIT_EMAIL`, and `YOUR_GIT_PASSWORD` with your personal GitHub details

```
export GIT_EMAIL="user@gmail.com"
export GIT_USERNAME="username"
export GIT_PASSWORD="password"
```

3. Run `launch.sh` file in terminal

```
bash launch.sh
```