This task is coming along well. Here’s the top-level structure for my sorting:
$ tree -d -a -L 1 --noreport
.
├── clover
├── docs
├── dotfiles
├── entertainment
├── media
├── personal-docs
├── projects
└── work-history
Most days I’m sorting thru my docs directory, and moving them into other places.
The entertainment directory is further sorted by type:
.
├── anime
├── books
├── games
├── images
├── movies
├── music
├── shows
├── sounds
└── videos
The rest of the directories are kept “flat” so as I merge directories and files in they are reduced. Then I’ll run a process to de-duplicate the files before figuring out how I’d like to structure each one.
The projects directory will eventually be moved into version control.