[meta] Synchronize some app prefs and OS X colors

pull/28/head
Alpha Chen 10 years ago
parent 82edf2a048
commit e83bc2ea46

@ -9,3 +9,9 @@
- homebrew_cask: name={{ item }} state=installed
with_items: casks
- synchronize:
src: "{{ item }}"
dest: "{{ item | regex_replace(' ', '\ ') }}"
rsync_opts: --ignore-existing
with_items: prefs

@ -4,6 +4,7 @@
- include: dock.yml
tags: dock
- include: casks.yml
tags: casks
- include: fonts.yml
- include: defaults.yml
tags: defaults
@ -13,6 +14,7 @@
src: ~/.dotfiles/osx/DefaultKeyBinding.dict
dest: ~/Library/KeyBindings/DefaultKeyBinding.dict
state: link
- file: src=~/.dotfiles/osx/Colors dest=~/Library/Colors state=link
# TODO This should probably be moved to the dotfiles role.
- file: src=~/.dotfiles/osx/.tmux.conf.local dest=~/.tmux.conf.local state=link

@ -22,3 +22,9 @@ casks:
- transmission
- vlc
- yorufukurou
prefs:
- ~/Library/Application Support/Adium 2.0/
- ~/Library/Preferences/com.adiumX.adiumX.plist
- ~/Library/Preferences/com.adiumX.adiumX.plist
- ~/Library/Preferences/com.culturedcode.things.plist
- ~/Library/Preferences/com.YoruFukurouProject.YoruFukurou.plist

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save