forked from lra/mackup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mackup.cfg
34 lines (31 loc) · 977 Bytes
/
.mackup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Sample Mackup configuration file
#
# List of applications you want to explicitly sync
# One application name per line
# If this list is empty, Mackup will try to sync all the supported applications.
#
# To see a list of supported application names, launch mackup --help
# You'll see this line "Supported applications: Adium, AppCode 2, ..."
# Use those names in the list below.
#
# Example, to not sync SSH and Adium:
[Allowed Applications]
Irssi
Ventrilo
XEmacs
# List of applications you want to ignore
# One application name per line
# If an application is ignored, it will be ignored even if it's been explicitly
# allowed in the [Allowed Applications].
#
# To see a list of supported application names, launch mackup --help
# You'll see this line "Supported applications: Adium, AppCode 2, ..."
# Use those names in the list below.
#
# Example, to not sync SSH and Adium:
[Ignored Applications]
SSH
Adium
[Custom Applications]
dictionaryFile = ~/.mackupCustom.json