Ask HN: How do you organize your $HOME?
My homedir is a mess. Aside from a few well managed categories such as video, music, pictures, it seems I can't keep my homedir organized. There are remnants of half a dozen failed organization schemes, all of them succumbing to laziness or imperfection. There are a few things I particularly fail at: organizing scratch pads (e.g. notes/logs for a project, one off scripts (which I will probably need later after all) and example code), other people's projects particularly if I start contributing back to them, and documents.
With the a long weekend coming up, I was hoping to sit down an do a serious re-org. How do you keep your homedir organized?
6 comments
[ 3.5 ms ] story [ 22.6 ms ] threadhttp://betterthangrep.com/
I have my web server set up so that `*.markdown` files are piped through pandoc when I view them in my web browser.
bin/ build/ downloads/ src/sandbox/ src/git/ src/svn/ src/cvs/
The 'downloads' directory is actually my junk drawer, and should probably be called something like 'misc', but my brain is hardwired to type ~/d<tab>.
I'll admit that it's pretty silly that I keep my source code organized by version-control-program, but I have to do it that way to remind me which project comes from which kind of repository.