blob: 324eb88beff1ee29faf9bcc025dbc55878d43b6f (
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
40
41
42
43
44
45
|
dotfiles
========
Personal & collected dotfiles ~~~
* ``linux``: Linux-specific configurations
* ``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.
# Author
Aaron LI
GnuPG key fingerprint: ``AC34 64FA DAAE 6321 8609 9CA6 240E 2A63 5D72 729A``
|