You sure can can... add a umask statement to your .cshrc or .profile ...
umask 022 is the for the 755 permissions you listed above
umask 077 is what you were hoping for.
Now this only works when using the shell but there may be a way to set the default permissions of a file when using the gui but I don't know what it is.... perhaps someone else will.