bash
README.md
colorize.sh
docker-machine.sh
emacs.sh
git-completion.sh
gpg-up.sh
misc_aliases.sh
profile_snippet
super_prompt.sh
emacs
git
gnupg
lxpanel
sawfish
stderred
README.md
provision-host.sh
screenrc
Snippets you can source from your .bash_profile
.
To install them all, copy them to ~/.bash.d and add this to your shell init script:
for partial in $(ls ~/.bash.d/*.sh); do
source $partial
done