How do you keep your personal scripts organised?
A lot of us have a bunch of useful scripts lying around to automate various tasks. How are you keeping them organised?
I have a git repository for scripts which has no other place to go. There the scripts are placed in a flat structure (no subdirectories).
I save a flat file copy in a directory on my laptop and try to remember to update it if I make changes. Same for config files e.g. nginx.
Usually by the platform or data type they operate on.