blob: a316e86d6e7700b3274fb70f2ee128bd6ebbb844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
dotfiles
========
Personal & collected dotfiles ~~~
* ``freebsd``: FreeBSD-specific configurations
Usage
-----
To enable a dotfile and/or dot directory:
* ``$ ./_bin/enable.sh _zshrc _zsh``
To disable:
* ``$ ./_bin/disable.sh _zshrc _zsh``
Configuration Notes
-------------------
## Gmail IMAP
* "Auto-Expunge" => off: for better performance
## msmtp: TLS
* ``tls_fingerprint``:
``$ msmtp --serverinfo --tls --tls-certcheck=off --host=<host>``
## offlineimap: fingerprint
Use the little script ``_bin/get_cert.sh``
## Explicit home or other path
Following files contains (at least currently) the *explicit*
home or other paths:
* ``_notmuch-config``: ``database.path``
* ``_config/alot/config``: ``maildir``
* ``_rtorrent.rc``: ``cfg.basedir``
License
-------
Distributed under the MIT License.
|