You can just copy the files
Code:
/etc/skel/.bashrc
/etc/skel/.bash_profile
/etc/skel/.bash_logout
into your home directory. These are actually the files copied into new user's home, when it is created. The /etc/skel method appeared in the very first linux distributions and its purpose is to let the system administrator to add customization for all the users. He/she just modifies the "skeleton" files, being sure they are copied into the home of every newly created user.
This mechanism is also used from software other than bash. For example in Fedora 9 you will find hidden files and directory coming from libgnome, mozilla and zsh.
You can easily verify this behaviour by adding a test user and look at the hidden files placed in its home dir, but before doing the first graphical login (a process which adds many more hidden configuration files and directories).