Skip to content

lordthorzonus/mac-dev-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook for setting up a MacBook for development

Quick links

Installation

  • Install Homebrew
  • Run the following commands:
brew install ansible
ansible-playbook -i inventory main.yml --ask-become-pass

Available tags

Run only specific part of the playbook by using tags:

ansible-playbook -i inventory main.yml --ask-become-pass --t "dotfiles"

Available tags:

  • dotfiles
  • homebrew
  • nvim
  • oh-my-zsh
  • git-repos
  • configure-osx

About

Ansible playbook for setting up a mac for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published