mac-dev-playbook icon indicating copy to clipboard operation
mac-dev-playbook copied to clipboard

Mac setup and configuration via Ansible.

Results 25 mac-dev-playbook issues
Sort by recently updated
recently updated
newest added

Now that macOS 10.12.1 includes built-in remapping for Caps Lock-to-Escape, I've ditched Karabiner Elements (since that was the only thing I used it for). See: [Remapping the Caps Lock key...

planned

I found it very weird that many people who provision their Macs using Ansible still use a bash script (the `.osx` dotfile) to set some settings. That's why I started...

planned

Followed the steps provided, and I did not provide a custom config.yml, so using default 'default.config.yml'. When it comes to processing homebrew_cask_apps, it throws this error for every entry in...

stale

After installing npm and node through brew it is found at @ `/usr/local/lib/node_modules` or `/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases`. Yet, the CI keeps failing to find `npm`. I couldn't find a fix yet. Even...

stale

Man, I love your playbook. Thank you so much for that!!! But, Im missing a custom font installation. Is this possible already ? in case dont. Can you implement it...

stale

Looking into the sudoers task and `git blame`, I see that `sed_path` was defined for use in Vagrant. However, I can no longer see any references to this variable. Am...

stale

browsing through the repo, I noticed that the `become = true` in `ansible.cfg` needs a capitalization on the True. Testing from my own repo showed that true (lower case) will...

bug
planned

I am farily new to Ansible and this playbook. When the playbook gets to the dockutil section, I get the following error: `TASK [geerlingguy.mac.dock : Ensure Dock item Sublime Text...

Update `full-mac-setup.md` to alert the step "Sign in in App Store " can't be tested in virtualized environments like UTM because AppleId login fails. See for more info [AppleID Login...

planned

Playbook fails on task `geerlingguy.mac.homebrew : Ensure configured taps are tapped.` with: ``` failed: [127.0.0.1] (item=homebrew/core) => changed=false ansible_loop_var: item item: homebrew/core msg: |- added: 0, unchanged: 0, error: failed...