Skip to content

Ansible playbook to setup macOS for my needs

License

Notifications You must be signed in to change notification settings

fabian/dotfiles

This branch is 265 commits ahead of mathiasbynens/dotfiles:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d741c3 · Apr 7, 2025
Nov 28, 2024
Nov 13, 2024
Feb 5, 2025
Oct 11, 2019
Feb 17, 2024
Jun 7, 2014
Dec 15, 2021
Nov 11, 2024
Jan 20, 2022
May 3, 2016
Nov 28, 2024
May 3, 2016
Apr 7, 2025
Dec 4, 2024
Mar 9, 2016
Dec 9, 2016
Oct 26, 2017
Oct 26, 2017
Nov 11, 2024

Repository files navigation

dotfiles

Installation

  1. Install Homebrew with the instructions from their website
  2. Run brew install ansible
  3. Run git clone https://github.com/fabian/dotfiles.git ~/.dotfiles
  4. Run cd ~/.dotfiles
  5. Run cp host_vars/localhost.yml.dist host_vars/localhost.yml
  6. Adjust variables in host_vars/localhost.yml
  7. Run ansible-playbook site.yml --diff --ask-become-pass

Tips

To quickly apply configuration changes run ansible-playbook site.yml --tags=configuration --diff --ask-become-pass.

About

Ansible playbook to setup macOS for my needs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.7%
  • Jinja 3.3%