Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Ansible:
brew install ansible
Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/hugoduraes/dotfiles ~/.dotfiles
cd ~/.dotfiles
ansible-playbook main.yml -l <host> // possible values: personal, work