Is it possible to rename default directories in the users home folder?

Solution 1:

Basically you can't. If you mainly work with Terminal you can just set symlinks to make the folders also reachable via the names you are used to (ln -s ~/Documents ~/doc etc). This also works for Finder of course, your home directory may just look a bit cluttered then.