Install all package sets from the installation CD.
Add these lines to the end of /root/.profile:
PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386 export PKG_PATH
Install a bunch of packages to make a comfortable environment.
Some of these packages are large, so if you are on a slow
network, it will take some time to complete.
pkg_add -i bash icewm mozilla-firefox xpdf mplayer
Create a non-root user account and put this in their .xinitrc file:
xsetroot -solid gray20 exec icewm
Install other packages that one might need, such as LaTeX:
pkg_add -i texlive_base
RTFM and get help from the guys on the #openbsd IRC channel on freenode.