Commit | Line | Data |
---|---|---|
71d6c8a4 SK |
1 | old |
2 | --- | |
3 | Archives/ | |
4 | DONE/ | |
5 | Documents/ | |
6 | Downloads/ | |
7 | Exercises/ | |
8 | Experiments/ | |
9 | Forks/ | |
10 | Projects/ | |
11 | Projects/priv | |
12 | Projects/pub | |
13 | School/ | |
14 | TODO/ | |
15 | Work | |
16 | bin/ | |
17 | lib/ | |
18 | mnt/ | |
19 | opt/ | |
20 | tmp/ | |
21 | var/ | |
22 | ||
23 | new | |
24 | --- | |
25 | .local | |
26 | .local/bin | |
27 | .local/lib | |
28 | .local/mnt | |
29 | .local/opt | |
30 | .local/var | |
a42aa7f8 SK |
31 | arc |
32 | arc/aud | |
33 | arc/doc | |
34 | arc/img | |
35 | arc/img/photo | |
efa1e190 SK |
36 | arc/sw |
37 | arc/sw/bin | |
38 | arc/sw/src | |
a42aa7f8 | 39 | arc/vid |
efa1e190 SK |
40 | dl |
41 | dl/aud | |
42 | dl/books | |
43 | dl/fonts | |
44 | dl/img | |
45 | dl/papers | |
46 | dl/sw | |
47 | dl/vid | |
a42aa7f8 | 48 | ex |
00fdff48 SK |
49 | fork |
50 | fork/suckless | |
51 | proj | |
52 | proj/prv | |
53 | proj/pub | |
71d6c8a4 | 54 | sch |
00fdff48 | 55 | work |
71d6c8a4 SK |
56 | x |
57 | ||
58 | .local even more-local /usr/local | |
a42aa7f8 | 59 | arc archives |
71d6c8a4 | 60 | bin binaries/executables |
efa1e190 | 61 | dl downloads |
a42aa7f8 | 62 | ex exercises |
00fdff48 SK |
63 | fork forks |
64 | proj projects | |
71d6c8a4 | 65 | sch school |
00fdff48 | 66 | work work |
71d6c8a4 SK |
67 | x experiments |
68 | ||
69 | map | |
70 | --- | |
a42aa7f8 SK |
71 | Archives --> arc |
72 | Archives/Audio --> arc/aud | |
73 | Archives/Documents --> arc/doc | |
74 | Archives/Images --> arc/img | |
efa1e190 | 75 | Archives/Software --> arc/sw |
a42aa7f8 SK |
76 | Archives/Videos --> arc/vid |
77 | DONE ~~> doc/TODO/ | |
71d6c8a4 | 78 | Documents --> doc |
a42aa7f8 SK |
79 | Downloads --> tmp/dl # TODO Not .local/tml/dl ? |
80 | Exercises --> ex | |
71d6c8a4 | 81 | Experiments --> x |
00fdff48 SK |
82 | Forks --> fork |
83 | Projects --> proj | |
84 | Projects/priv --> proj/prv | |
85 | Projects/pub --> proj/pub | |
71d6c8a4 | 86 | School --> sch |
a42aa7f8 | 87 | TODO ~~> doc/TODO/ |
00fdff48 | 88 | Work --> work |
71d6c8a4 SK |
89 | bin --> .local/bin |
90 | lib --> .local/lib | |
91 | mnt --> .local/mnt | |
92 | opt --> .local/opt | |
93 | tmp --> .local/tmp | |
94 | var --> .local/var | |
95 | ||
96 | ||
97 | TODO | |
98 | ---- | |
99 | ||
100 | - [ ] configure programs to not create these: | |
101 | - [ ] Desktop/ | |
102 | - [ ] Downloads/ | |
103 | - [ ] Webcam/ | |
104 | - [ ] go/ | |
105 | - [ ] snap/ | |
106 | - [ ] hunt-down all hard-coded paths and replace with $DIR_FOO |