Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordthorzonus/mac-dev-playbook
Ansible playbook for setting up a mac for development
https://github.com/lordthorzonus/mac-dev-playbook
Last synced: about 2 months ago
JSON representation
Ansible playbook for setting up a mac for development
- Host: GitHub
- URL: https://github.com/lordthorzonus/mac-dev-playbook
- Owner: lordthorzonus
- Created: 2023-09-03T12:54:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T09:23:59.000Z (6 months ago)
- Last Synced: 2024-06-27T10:48:33.828Z (6 months ago)
- Language: Lua
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible playbook for setting up a MacBook for development
## Quick links
- [dotfiles](roles/dotfiles/files)
- [NVIM](roles/dotfiles/files/.config/nvim)
- [homebrew](roles/homebrew/vars/main.yml)## Installation
- Install [Homebrew](https://brew.sh/)
- Run the following commands:```bash
brew install ansible
ansible-playbook -i inventory main.yml --ask-become-pass
```## Available tags
Run only specific part of the playbook by using tags:
```bash
ansible-playbook -i inventory main.yml --ask-become-pass --t "dotfiles"
```Available tags:
- dotfiles
- homebrew
- nvim
- oh-my-zsh
- git-repos
- configure-osx