Dotfiles
There are many dotfiles, but these are mine.
Installation
./install
Organization
Both shell and vim settings are split out by topic.
bin/anything here is added to$PATH.<topic>/install.shis run by./installto do any topic-specific installation when first setting up these dotfiles.<topic>/path.shis executed first to allow$PATHto be modified.<topic>/*.shis run when bash starts, but only after allpath.shfiles.<name>.symlinkand<topic>/<name>.symlinkare symlinked to~/.<name>during installation.<name>.config.symlinkare symlinked into~/.config/during installation.
Thanks
These are organized with inspiration from @holman's, @pengwynn's, and @bswinnerton's dotfiles.