My custom development dotfiles for macOS.
7
2
0

Dotfiles

My custom development dotfiles for macOS.

Usage

First, create a vars.yml file in ansible/vars using the sample file as a starting point:

cp ansible/vars/vars.yml.sample ansible/vars/vars.yml

Run the install script and when prompted, enter your user account password:

./install

Useful Commands

Run a specific set of commands again by tag name:

ansible-playbook -i ansible/inventory --ask-sudo-pass --tags="tag" ansible/playbook.yml

Run the playbook in dry-run mode:

ansible-playbook -i ansible/inventory --ask-sudo-pass ansible/playbook.yml --check --diff

Run the playbook with verbose output:

ansible-playbook -i ansible/inventory --ask-sudo-pass ansible/playbook.yml -v

Todos

Links

Contributors

ziadoz