Missing init files for zsh and bash

I change my default shell to zsh but can't find the init files, .zshrc and .zlogin from /export/home and /home. The other shells init files are there:.cshrc, .profile and .login. Am I suppose to use these as templates?
Also, bash_history is there but not zsh_history although zsh do keep a history. My zsh PATH is also unique which means there is a current file somewhere but where? Thanks.

Look for /etc/zprofile, /etc/zshenv, /etc/zshrc, /etc/zlogin, /etc/zlogout - as far as .zprofile, I don't see that a 'default' file is provided in /etc/skel/. See the man page for zsh and zshall.

Thanks RTM.
Took a long time coz my solaris crash ( i think coz of the update). I don't see the file u mention. Will try to create the file manually.