what I wanted to do is to make the sbt portable, at least portable among different Windows machines, so that my sbt plugins, settings, ivy repo, etc. don't have to be setup again on every computer.
my approach is to put the sbt.bat, sbt-launcher.jar and all its required directories, like .sbt, plugins and .ivy into a folder to be synced by Dropbox or likes
I have successfully changed the boot/ivy directory by using -Dsbt.boot.directory -Dsbt.ivy.hom in command line for sbt-launch.jar, but I can't find the same for plugins or the whole .sbt folder.
finally I tried Sandro's solution, so far it seems working~~