mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add some actually useful macOS playbooks
This commit is contained in:
10
playbooks/macos.yml
Normal file
10
playbooks/macos.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Set sane defaults for QLColorCode QuickLook plugin
|
||||
osx_defaults:
|
||||
domain: org.n8gray.QLColorCode
|
||||
key: extraHLFlags
|
||||
type: string
|
||||
value: '-l -W --kw-case=none'
|
||||
state: present
|
||||
Reference in New Issue
Block a user