Joseph's Ansible-powered dotfiles (currently only for macOS)
./install.sh
When using a fork of this repository as the basis for your own dotfiles, you should customize the following:
- Set your name and email in
variables/identity.yml
(currently used for global git config) - Adapt default software choice in
variables/software.yml
- Check settings in
variables/sysconfig.yml
- Adapt zsh config in
variables/shell.j2
- Add custom paths in
variables/paths.yml
- Define custom shell functions in
roles/rc/templates/functions.j2