cd; curl -#L https://github.com/gabac/dotfiles/tarball/main | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,.osx,LICENSE-MIT.txt}
- Install Homebrew with the instructions from their website
- Run
brew install ansible - Run
git clone https://github.com/fabian/dotfiles.git ~/.dotfiles - Run
cd ~/.dotfiles - Run
cp host_vars/localhost.yml.dist host_vars/localhost.yml - Adjust variables in
host_vars/localhost.yml - Run
ansible-playbook site.yml --diff --ask-become-pass
To quickly apply configuration changes run ansible-playbook site.yml --tags=configuration --diff --ask-become-pass.