Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.26 KB

Macfair

Version

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 update
make thiscomputer
make setup

Or to set up specific roles, run individually eg

make update
make thiscomputer
make install
make terminal
make rails

Roles