/dotfiles

.files

Primary LanguageVim Script

Central .dotfiles for my tools...yay :-)

To include all bash configurations use:

for m in alias prompt; do
    . "~/shared-dotfiles/bash/$m"
done

in your .bashrc

Big Thx @ iff for the inspiration and some of the config files.