Some resources I use as reference.
-
(More notes)
- Using his compartmentalization of `bash` dotfiles (bashrc, bash_profile, exports, functions, etc.) but using them in terms of a topical organization (so all of them are in `bash/`.
- `.functions`
- Using his way of putting shell scripts in `bin/`
-
webpro
's Getting started with dotfiles(More notes)
- Using his way of using a `.functions` for shell scripts too complex for an alias (for `.bash_aliases`) but too small for stand-alone scripts (like in `bin/`). (This is of course a judgement call.)
- He is more explicit on the compartmentalizing of dotfiles
-
Topical organization
-
Wynn Netherland's Dotfiles discovery
(More notes)
- Just do a search for known config file names on GitHub
(webpro
's (Lars Kappert) curated resources is a good one to find other resources.)