for i in ${HOME}/.bash.d/*.sh do if [ -r ${i} ] ; then . ${i} fi done
(my common .bash.d scripts are saved in a git repository)
Unless you're him!
The main include:
https://github.com/skx/dotfiles/blob/master/.bashrc
The actual dotfiles:
https://github.com/skx/dotfiles/
(People usually copy the literate emacs configuration ..)
(my common .bash.d scripts are saved in a git repository)