For most themes, which come with an install script, just run the script!

Cursors, manually, may be installed on`/.icons/NameOfTheme, or the name which you define below:
The following, tells x to use 'NameOfTheme' as the default system cursor:
Add a file .Xdefaults to /root directory, if it doesn't exist, and add this to it:
Xcursor.theme: NameOfTheme
Alternatively, be sure to add 'index.theme', inside the root folder of each of your themes:
`/.icons/NameOfTheme/index.theme
inside index.theme, place:
[Icon Theme]
Inherits=CURSOR_THEME_NAME_HERE
Comment=BLAH_BLAH_B:AH
Name=WHATEVER_YOU_WANT
I hope this works for your distro/security level, too!
