Flavor: Ubuntu Desktop; perhaps server
Headline: Organize bash startup files like run-parts (but sourced)
Description: See https://github.com/wd5gnr/bashrc -- basically .bashrc just sources stuff out of .bash.d. Extra points if you do like the link and allow for user-specific and machine-specific and even os-specific files. This allows you to keep one set of bash startups maintained (e.g., under git) for all your logins. Extra bonus points if you have a smarter way to sync across boxes than the link does.