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
- Host: GitHub
- URL: https://github.com/prashanth-sams/machine-setup
- Owner: prashanth-sams
- Created: 2019-07-02T18:34:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T08:42:28.000Z (over 6 years ago)
- Last Synced: 2025-06-19T00:03:07.942Z (9 months ago)
- Topics: android, appium, brew, chrome, container, docker, homebrew, java, machine-setup, macos, mysql, osx, osx-setup, postman, ruby, rvm, slack, virtualbox, xcode, zeplin
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```