
As far as I can see, I need .kde and .local to be machine specific. How do I achieve that?
I tried the simplistic approach of symlinking the appropriate host-named directores in .bash_profle (rm -f .kde;ln -s $HOSTNAME.kde .kde), but that does not work -- KDE gets there first. I could set them up as symbolic links to somewhere in the local /opt (havent' tried that one yet), but that seems inelegant, creating /opt user dependencies.
Is there a smart way of doing this?