Accept a name for dl and include starter script file
[khome.git] / README.md
1 khome
2 =====
3
4 Environment.
5
6 ![Screenshot on T420s](screenshot-tiling-t420s.png)
7
8
9 Hardware
10 --------
11 - Laptops:
12 - Dell XPS 13 9300 Developer Edition
13 - ASUS L203M
14 - Purism Librem 15 v4
15 - ThinkPad T400
16 - ThinkPad T420s
17 - ThinkPad T570
18 - Monitors:
19 - Asus ROG PG348Q 34" 3440 x 1440
20 - Dell 1920x1080
21 - Keyboard:
22 - DREVO Tyrfing V2
23 - Mice:
24 - PICTEC GEPC034AB
25 - Apple Mighty Mouse USB (A1152)
26
27
28 Software
29 --------
30
31 - OS:
32 - Debian GNU/Linux 10 (Buster)
33 - Dictionary:
34 - `dict`
35 - File browsing:
36 - `ls` and `tree` (primary)
37 - `pcmanfm` (secondary)
38 - `ranger` (occasional)
39 - `nnn` (occasional)
40 - IRC:
41 - `ii`
42 - `ii-tools`
43 - Multimedia:
44 - Image:
45 - Editing:
46 - `gimp`
47 - Viewing:
48 - `sxiv` (primary)
49 - `eog` (secondary)
50 - Music:
51 - Local:
52 - `ripit` (rip CDs)
53 - `mpd`
54 - `mpc`
55 - `ncmpcpp`
56 - `ncmpc` (to delete from playlist, which doesn't work in `ncmpcpp`)
57 - Streaming:
58 - [soma fm](http://somafm.com/) (primary) (via `mpd`)
59 - `spotify` (occasional)
60 - Video:
61 - `mpv`
62 - `mplayer`
63 - `vlc`
64 - PDF:
65 - `okular`
66 - `mupdf`
67 - `pdftotext`
68 - Search:
69 - `locate`
70 - `find`
71 - `grep`
72 - Terminal:
73 - `st`
74 - `tmux`
75 - `zsh`
76 - Text editing:
77 - `vim`
78 - `gvim`
79 - Web browsing:
80 - `qutebrowser` (primary)
81 - `chromium` (fallback)
82 - `elinks` (occasional)
83 - `ddgr` (occasional small web search)
84 - X
85 - `dwm`
86 - `khatus` (currently x2)
87 - `dunst`
88 - `compton`
89 - `xscreensaver`
90 - `xbindkeys`
91 - `hsetroot` (background color)
92 - `feh` (background image)
93
94 ### Potentially useful
95
96 - Desktop search:
97 - [doodle](https://grothoff.org/christian/doodle/)
98 - Email
99 - IMAP
100 - [imapsync](https://imapsync.lamiral.info/)
101 - [isync/mbsync](http://isync.sourceforge.net/)
102 - [offlineimap](http://offlineimap.org/)
103 - Maildir
104 - [syncmaildir](ttp://syncmaildir.sourceforge.net)
105 - Wayland (if I ever decide to use it)
106 - notifications
107 - https://github.com/emersion/mako
108 - window manager:
109 - https://swaywm.org/
110 - https://github.com/swaywm/sway
111
112 Reading list
113 ------------
114 - https://wiki.archlinux.org/index.php/Xinit
115 - https://aur.archlinux.org/cgit/aur.git/tree/?h=xinit-xsession
116 - https://wiki.archlinux.org/index.php/PCManFM
117 - https://www.ibm.com/developerworks/library/os-xapianomega/
118
119 Directory tree organization
120 ---------------------------
121 An incomplete sketch.
122
123 ```
124 $HOME/
125 bin/
126 etc/
127 irc/
128 lib/
129 opt/
130 tmp/
131 usr/
132 var/
133 Archives/
134 Audio/
135 Backups/
136 $machine/
137 Documents/
138 Image/
139 Misc/
140 Photos/
141 $year/
142 $month/
143 $day/
144 ?$event_name/
145 Screenshots/
146 Wallpapers/
147 Software/
148 bin/
149 $vendor/
150 src/
151 packages/
152 repos/
153 remote/
154 $server/
155 $repo/
156 tarballs/
157 Video/
158 Film/
159 $film/
160 Web/
161 $server/
162 Experiments/
163 ${timestamp}--${experiment-name}/
164 Projects/
165 $project/
166 Work/
167 ```
This page took 0.050507 seconds and 4 git commands to generate.