[meta] Updates to Ansible scripts

pull/28/head
Alpha Chen 9 years ago
parent 1076609fc2
commit 37f2970f96

@ -2,7 +2,11 @@
tasks:
- name: install sleepwatcher
homebrew_cask: name=sleepwatcher state=installed
- name: install smcfancontrol
homebrew_cask: name=smcfancontrol state=installed
# TODO Install launchd scripts, etc. for sleepwatcher
- name: link ~/.wakeup
file: src=~/.dotfiles/scripts/kill_imac_hdd_fan.rb dest=~/.wakeup state=link

@ -1,7 +1,7 @@
- name: copy application preferences
synchronize:
src: "{{ item }}"
dest: "{{ item | regex_replace(' ', '\ ') }}"
dest: "{{ item }}"
rsync_opts: --ignore-existing
with_items: "{{ app_prefs }}"

@ -92,6 +92,11 @@ osx_defaults:
key: wvous-bl-corner
type: int
value: 10
- # set the icon size to 36 pixels
domain: com.apple.dock
key: tilesize
type: int
value: 36
# Trackpad settings
- domain: com.apple.driver.AppleBluetoothMultitouch.trackpad
@ -152,9 +157,9 @@ osx_defaults:
app_prefs:
- ~/Library/Application Support/Adium 2.0/
- ~/Library/Preferences/com.YoruFukurouProject.YoruFukurou.plist
- ~/Library/Preferences/com.adiumX.adiumX.plist
- ~/Library/Preferences/com.culturedcode.things.plist
- ~/Library/Preferences/com.YoruFukurouProject.YoruFukurou.plist
- ~/Library/Preferences/com.surteesstudios.Bartender.plist
- ~/Library/Preferences/com.flexibits.fantastical.plist
- ~/Library/Preferences/com.surteesstudios.Bartender.plist
- ~/Library/Preferences/org.herf.Flux.plist

Loading…
Cancel
Save