https://github.com/vinta/hal-9000
Automatically setup a productive development environment with Ansible on macOS
https://github.com/vinta/hal-9000
ansible-playbooks development-environment docker foundry go kubernetes macos nodejs python
Last synced: 3 months ago
JSON representation
Automatically setup a productive development environment with Ansible on macOS
- Host: GitHub
- URL: https://github.com/vinta/hal-9000
- Owner: vinta
- License: mit
- Created: 2015-11-21T17:55:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-05T13:45:20.000Z (4 months ago)
- Last Synced: 2025-07-05T15:00:29.787Z (4 months ago)
- Topics: ansible-playbooks, development-environment, docker, foundry, go, kubernetes, macos, nodejs, python
- Language: Python
- Homepage:
- Size: 506 KB
- Stars: 90
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# HAL 9000
[](https://vinta.ws/code/)
Automatically setup a productive development environment with Ansible on macOS.
Dominating your dev environment like cats rule the Internet.
## Development Stack
- [Python](playbooks/roles/python/tasks/main.yml)
- [Node.js](playbooks/roles/node/tasks/main.yml)
- [Solidity](playbooks/roles/solidity/tasks/main.yml)
- [Docker](playbooks/roles/docker/tasks/main.yml)
- [Kubernetes](playbooks/roles/kubernetes/tasks/main.yml)
- [Amazon Web Services](playbooks/roles/aws/tasks/main.yml)
- [Google Cloud](playbooks/roles/gcp/tasks/main.yml)## Bootstrap
```bash
curl -L https://raw.githubusercontent.com/vinta/hal-9000/master/bin/open-the-pod-bay-doors | bash
```## Usage
```bash
# pull the repo and run ansible-playbook
hal update
hal update --tags docker,kubernetes# add the file to the dotfiles repository
hal link ~/.zshrc# remove the file from the dotfiles repository
hal unlink ~/.zshrc# force sync dotfiles
hal sync# open the pod bay doors, please, HAL
hal open-the-pod-bay-doors
```