Skip to content

rjoost/HAL-9000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

436 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAL 9000

HAL 9000

Automatically setup a productive development environment with Ansible on macOS.

Dominating your dev environment like cats rule the Internet.

Toolkit

Prerequisite

First, you need to manually:

  1. Install Command Line Tools via xcode-select --install
  2. Install Docker Desktop on Mac

Bootstrap

$ curl -L https://bit.ly/open-the-pod-bay-doors | bash

Usage

# 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

# git clone my repositories
$ hal clone all
$ hal clone work
$ hal clone personal

# open the pod bay doors, please, HAL
$ hal open-the-pod-bay-doors

About

Automatically setup a productive development environment with Ansible on macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.7%
  • Shell 38.3%