Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveedson/dev-machine
Ansible setup for maintaining a development environment
https://github.com/steveedson/dev-machine
ansible dev-machine development-environment development-tools mac-osx provisioning
Last synced: about 2 months ago
JSON representation
Ansible setup for maintaining a development environment
- Host: GitHub
- URL: https://github.com/steveedson/dev-machine
- Owner: SteveEdson
- Created: 2015-11-03T16:05:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T15:03:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T10:04:45.015Z (about 2 months ago)
- Topics: ansible, dev-machine, development-environment, development-tools, mac-osx, provisioning
- Language: Shell
- Homepage:
- Size: 202 KB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-machine [![Build Status](https://travis-ci.org/SteveEdson/dev-machine.svg?branch=master)](https://travis-ci.org/SteveEdson/dev-machine)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSteveEdson%2Fdev-machine.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FSteveEdson%2Fdev-machine?ref=badge_shield)For more information, see my [blog post](https://steveedson.co.uk/ansible/dev-machine).
Runs ansible, provisioning local machine with dev tools and setup.
## Requires
Currently, Ansible and Brew. These will be automatically installed if missing.
## Usage
Simply run `./ansible.sh`.
**WARNING: This *will* install and modify packages on your machine. Read through the files in `roles/` so you know what will happen.**
### One Liner
`git clone [email protected]:SteveEdson/dev-machine.git && cd dev-machine && ./ansible.sh`
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSteveEdson%2Fdev-machine.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSteveEdson%2Fdev-machine?ref=badge_large)