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

Users browsing this thread: 1 Guest(s)
r4ndom
Members
Code:
/home/phil
├── bin
│   ├── arcwal
│   ├── backup
│   ├── bar
│   ├── bat
│   ├── fm
│   ├── imgcat
│   ├── lamas
│   ├── lock
│   ├── menu
│   ├── menu_run
│   ├── network
│   ├── notify
│   ├── notimail
│   ├── ownlogout -> /home/phil/src/sh/ownlogout
│   ├── pdfextr
│   ├── README.md
│   ├── shutdown-menu
│   ├── skulls -> /home/phil/src/sh/skulls
│   ├── tagesschau
│   ├── todo
│   ├── touchpad
│   ├── uniopen
│   ├── update-mirrorlist
│   ├── volume
│   ├── vpn
│   ├── wal -> /home/phil/src/sh/wal/wal
│   ├── wal-after
│   ├── weather
│   ├── youplay
│   ├── youtube
│   └── ys
├── etc
│   ├── bash
│   ├── borg_exclude
│   ├── bspwm
│   ├── dunst
│   ├── email-signature
│   ├── i3
│   ├── i3blocks
│   ├── mpd
│   ├── mutt
│   ├── ncmpcpp
│   ├── ranger
│   ├── README.md
│   ├── vim
│   └── xres
├── src
│   ├── c
│   ├── html
│   ├── java
│   ├── php
│   ├── py
│   └── sh
├── tmp
├── usr
│   ├── docs
│   ├── misc
│   ├── music
│   ├── owncloud
│   ├── pics
│   ├── private
│   └── vids
└── var
    └── mail

31 directories, 34 files

Highly inspired by z3bra's home (thanks to his blog).
I'm keeping everything as clean and structured as possible.

Code:
~/bin
and
Code:
~/etc
are git repos to keep everything synced and backed up.


Messages In This Thread
RE: How do you tidy your home, aka `tree -L2 ~` - by r4ndom - 25-04-2017, 10:23 AM