@@ -16,19 +16,19 @@ class Config
16
16
{
17
17
appdir : "/Applications" ,
18
18
keyboard_layoutdir : "/Library/Keyboard Layouts" ,
19
- colorpickerdir : "~ /Library/ColorPickers" ,
20
- prefpanedir : "~ /Library/PreferencePanes" ,
21
- qlplugindir : "~ /Library/QuickLook" ,
22
- mdimporterdir : "~ /Library/Spotlight" ,
23
- dictionarydir : "~ /Library/Dictionaries" ,
24
- fontdir : "~ /Library/Fonts" ,
25
- servicedir : "~ /Library/Services" ,
26
- input_methoddir : "~ /Library/Input Methods" ,
27
- internet_plugindir : "~ /Library/Internet Plug-Ins" ,
28
- audio_unit_plugindir : "~ /Library/Audio/Plug-Ins/Components" ,
29
- vst_plugindir : "~ /Library/Audio/Plug-Ins/VST" ,
30
- vst3_plugindir : "~ /Library/Audio/Plug-Ins/VST3" ,
31
- screen_saverdir : "~ /Library/Screen Savers" ,
19
+ colorpickerdir : "${HOME} /Library/ColorPickers" ,
20
+ prefpanedir : "${HOME} /Library/PreferencePanes" ,
21
+ qlplugindir : "${HOME} /Library/QuickLook" ,
22
+ mdimporterdir : "${HOME} /Library/Spotlight" ,
23
+ dictionarydir : "${HOME} /Library/Dictionaries" ,
24
+ fontdir : "${HOME} /Library/Fonts" ,
25
+ servicedir : "${HOME} /Library/Services" ,
26
+ input_methoddir : "${HOME} /Library/Input Methods" ,
27
+ internet_plugindir : "${HOME} /Library/Internet Plug-Ins" ,
28
+ audio_unit_plugindir : "${HOME} /Library/Audio/Plug-Ins/Components" ,
29
+ vst_plugindir : "${HOME} /Library/Audio/Plug-Ins/VST" ,
30
+ vst3_plugindir : "${HOME} /Library/Audio/Plug-Ins/VST3" ,
31
+ screen_saverdir : "${HOME} /Library/Screen Savers" ,
32
32
} . freeze ,
33
33
T ::Hash [ Symbol , String ] ,
34
34
)
0 commit comments