How do you tidy your home, aka `tree -L2 ~` - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
This might be obvious for each of us, but I have a simple question. How do you organize your $HOME directory ?

I'm curious to see how people manage their files on their sytstem. Just show us ! Use the command `tree -L 2 ~` to show how your home looks like. And give a quick explanation of it.

Code:
───── tree -L 2 ~
/home/z3bra
├── bin
│   ├── backup
│   ├── bar
│   ├── battery
│   ├── cdump
│   ├── chan
│   ├── deptree.sh
│   ├── dualhead.sh
│   ├── gamma.sh
│   ├── img
│   ├── imgt
│   ├── imgurup
│   ├── info.sh
│   ├── instagram
│   ├── menu
│   ├── pipes
│   ├── popup
│   ├── prtmk
│   ├── q3dl
│   ├── rclick.menu
│   ├── square
│   ├── statusline.sh
│   ├── translate
│   ├── uplay
│   ├── upload
│   ├── utf8.sh
│   └── ypl
├── etc
│   ├── bashrc
│   ├── conky
│   ├── copy.sh
│   ├── cwmrc
│   ├── elinks
│   ├── evilwmrc
│   ├── irssi
│   ├── mutt
│   ├── ncmpcpp
│   ├── ratpoisonrc
│   ├── rtorrent.rc
│   ├── screenrc
│   ├── tmux.conf
│   ├── vim
│   ├── vimrc
│   ├── xbindkeysrc
│   ├── xinitrc
│   ├── Xresources
│   └── zshrc
├── src
│   ├── c
│   ├── pkg
│   ├── ports
│   └── prolog
├── tmp
├── usr
│   ├── img
│   ├── ports
│   └── vid
└── var
    └── mail

21 directories, 38 files

My home is organised pretty much like the root of my system. Personnal data
(images, videos, documents) are in `usr/`, source code is in `src/`,
logs/mails/torrents/sockets are going to `var/` scripts to `bin/` and config
files to `etc/` (linked to ~/.* for most). `tmp/` is for downloads and other
crap I go with. I mounted tmpfs to it, so it's flushed at each reboot :)
BANGARANG, MOTHERFUCKER


Messages In This Thread
How do you tidy your home, aka `tree -L2 ~` - by z3bra - 03-04-2014, 04:00 PM