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

Users browsing this thread: 1 Guest(s)
pizzaroll1
Long time nixers
Code:
~ >> tree -L 1
.
|-- Git
`-- Music

2 directories, 0 files

All of my scripts are in ~/.bin, not ~/bin. All of the configs are in their usual places, dumped into ~. A few are symlinked to a Git repo of dotfiles in ~/.dotfiles, but most of them aren't. I prefer to keep them hidden so the messiness of my ~ doesn't annoy me. Out of sight, out of mind, right?

I like your home directories, Neuromatic and z3bra, nice and neat. towa: we both do sort of the same thing, it's not neat, but it's easy and works.

Maybe I'll reorganise my home directory, though...

EDIT: I decided to succumb to peer pressure and rename some directories.

Code:
~ >> tree -L 2                
.
|-- bin -> etc/scripts/bin
|-- etc
|   |-- bspwm
|   |-- conky
|   |-- emacs
|   |-- firefox
|   |-- fonts
|   |-- gpg
|   |-- i3wm
|   |-- ksh
|   |-- mail
|   |-- mpd
|   |-- ncmpcpp
|   |-- scripts
|   |-- themes
|   |-- vim
|   |-- x
|   `-- zsh
|-- src
|   |-- adventure
|   |-- blog
|   |-- freebsd
|   `-- gitolite-admin
`-- var
    |-- documents
    |-- music
    `-- pictures

27 directories, 0 files
my website: kaashif.co.uk


Messages In This Thread
RE: How do you tidy your home, aka `tree -L2 ~` - by pizzaroll1 - 04-04-2014, 08:32 AM