Copy the .phoenix folder from /root and move it to your home directory. After that, switch the file permissions to your user. If you're not sure how to do any of this, here's a run down of it.
su (to become root)
cp -r /root/.phoenix /home/username/
chown username:group /home/username/.phoenix -R
That should do it.
If not, I'm not too sure what to do.