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

https://github.com/jacobsoderblom/ansible

automated development environment setup
https://github.com/jacobsoderblom/ansible

Last synced: 21 days ago
JSON representation

automated development environment setup

Awesome Lists containing this project

README

          

# ansible

automated development environment setup

## Instructions

Setup a new SSH Key and register it at GitHub, [see instructions](https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).

### Bootstrap Darwin

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JacobSoderblom/ansible/HEAD/bin/darwin)"
```

### Bootstrap Debian

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JacobSoderblom/ansible/HEAD/bin/debian)"
```