[meta] Use mackup for backing up apps

pull/28/head
Alpha Chen 10 years ago
parent 7d35c6f043
commit 00c89f77a4

@ -18,11 +18,6 @@
stow --stow --target={{ ansible_env.HOME }} {{ item }}
with_items: stow
tags: stow
- command: >
chdir={{ ansible_env.HOME }}/.dotfiles
stow --stow --target={{ ansible_env.HOME }} osx
when: ansible_distribution == "MacOSX"
tags: stow
- file:
src: "{{ ansible_env.HOME }}/.dotfiles/{{ item.key }}"
dest: "{{ ansible_env.HOME}}/{{ item.value }}"

@ -5,6 +5,7 @@
- include: casks.yml
- include: fonts.yml
- include: defaults.yml
- include: mackup.yml
- file: path=~/Library/KeyBindings state=directory
- copy: src=.tmux.conf.local dest=~/.tmux.conf.local
- copy: src=DefaultKeyBinding.dict dest=~/Library/KeyBindings/DefaultKeyBinding.dict

@ -0,0 +1,11 @@
[storage]
engine = dropbox
directory = mackup
[applications_to_sync]
1password
adium
colors
fantastical
things
yorufukurou

@ -0,0 +1,5 @@
[application]
name = 1Password
[configuration_files]
Library/Preferences/com.agilebits.onepassword4.plist

@ -0,0 +1,5 @@
[application]
name = Colors
[configuration_files]
Library/Colors

@ -0,0 +1,5 @@
[application]
name = Things
[configuration_files]
Library/Preferences/com.culturedcode.things.plist

@ -0,0 +1,5 @@
[application]
name = YoruFukurou
[configuration_files]
Library/Preferences/com.YoruFukurouProject.YoruFukurou.plist
Loading…
Cancel
Save