My personal dotfiles for macOS, managed with Ansible.
# Clone the repository
git clone https://github.com/michaelbarton/dotfiles.git ~/.dotfiles
# Apply configuration with Ansible
cd ~/.dotfiles
make applyuv run ansible-playbook -i ~/.dotfiles/ansible/inventory.ini ~/.dotfiles/ansible/dotfiles.yml --tags "hooks,setup"make fmt_check
make nvim-checkcurl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fish -c "fisher update"For machine-specific settings, create:
~/.local/environment.bashfor Bash settings