diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-02-20 12:49:23 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-20 12:49:23 -0500 |
commit | 6c8d634bf68ac59054602ae53f6671fa7012873c (patch) | |
tree | 52d12cbd61ebcca6fa336d1f3110c0295da47291 /README.md | |
parent | 5760c6417397e6b5f8fb25421afff5a9662f9f32 (diff) |
urlscan removed and pdf note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -86,18 +86,15 @@ brew install coreutils ln -s /usr/local/bin/gshred /usr/local/bin/shred ``` -### Non-essential dependencies +### Non-essential dependencies for extra features The automatically deployed configs will look for certain programs for certain extra abilities. Consider installing the following for the extra functionality. -+ `urlscan` -- Detecting and following links with `ctrl-u` -+ `mupdf` -- for viewing attached pdfs (`v` to view attachments, then select - .pdf) + `notmuch` -- for mail searching and indexing set to `ctrl-f`. Be sure to run `notmuch setup`. Remember your mail is in `~/.mail/` when you configure notmuch. -+ `w3m` and/or `w3mimg` -- for viewing images. Like .pdfs, view in the attachments menu. ++ `w3m` and/or `w3mimg` -- for HTML emails and viewing images. Like .pdfs, view in the attachments menu. + A cron manager if you want the autosync feature. + `iproute2mac` for Mac users who want the autosync feature. + `mpv` if you want the autosync feature to notify you with a ding on new mail. |