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
- Host: GitHub
- URL: https://github.com/jacobsoderblom/ansible
- Owner: JacobSoderblom
- Created: 2022-03-16T12:20:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:15:11.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T10:29:06.165Z (almost 2 years ago)
- Language: Shell
- Size: 235 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```