mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add some more macOS specific setup via Ansible playbooks
This commit is contained in:
@@ -8,3 +8,9 @@
|
||||
type: string
|
||||
value: '-l -W --kw-case=none'
|
||||
state: present
|
||||
- name: "Safari: Enable Debug menu"
|
||||
osx_defaults:
|
||||
domain: com.apple.Safari
|
||||
key: IncludeInternalDebugMenu
|
||||
type: integer
|
||||
value: 1
|
||||
|
||||
Reference in New Issue
Block a user