Macfair
Sets up your Mac (and any debian targets) from scratch via Ansible. A replacement for dotfiles. With Ansible being idempotent, each command is only run if actually required
TLDR
To set up and run all the roles, run the following
make ansible
make thiscomputer
make setup
Or to set up specific roles, run individually eg
make ansible
make thiscomputer
make install
make terminal
make rails