Skip to main content
Home Forums MacNN can i store my theme files on another partition/volume?
Thread

can i store my theme files on another partition/volume?

MacNN Troubleshooting 5 posts Feb 12, 2003 to Feb 12, 2003
Yep, that shouldn't be a problem. Just put your themes wherever, and then make a symbolic link to the Themes folder so ThemeChanger doesn't get confused. (A Mac OS alias might work too, but I can guarantee a symlink will.) To create the link, go to the Terminal and type this:

ln -s "/Volumes/mydisk/path/to/actual/Themes/folder" "/Library/Themes"

So if you put your themes in a folder called "Themes" on a disk called "GUI Stuff", it'd be:

ln -s "/Volumes/GUI Stuff/Themes" "/Library/Themes"

Hope that helps.
mp.ls