equal
deleted
inserted
replaced
1 -*- mode: outline; coding: utf-8 -*- |
1 .. -*- mode: rst; coding: utf-8 -*- |
|
2 .. rst2html.py README README.html |
2 |
3 |
3 * How install? |
4 ============================== |
|
5 gavenkoa personal dot-files. |
|
6 ============================== |
|
7 .. content:: |
|
8 |
|
9 How install. |
|
10 ============ |
4 |
11 |
5 $ make install |
12 $ make install |
6 |
13 |
7 ** Tidy. |
14 Tidy. |
|
15 ----- |
8 |
16 |
9 To enable Tidy config set HTML_TIDY env var: |
17 To enable Tidy config set HTML_TIDY env var: |
10 |
18 |
11 $ cat ~/.bashrc |
19 $ cat ~/.bashrc |
12 ... |
20 ... |
13 HTML_TIDY = ~/.tidy |
21 HTML_TIDY = ~/.tidy |
14 |
22 |
15 * Structure. |
23 Structure. |
|
24 ========== |
16 |
25 |
17 .mailsign |
26 .mailsign |
18 signature for mail |
27 signature for mail |
19 .tidy |
28 .tidy |
20 config for Tidy |
29 config for Tidy |
21 |
30 |
22 * Tips. |
31 Tips. |
|
32 ===== |
23 |
33 |
24 ** Cygwin ssh. |
34 Cygwin ssh. |
|
35 ----------- |
25 |
36 |
26 To point Cygwin ssh to your $HOME edit /etc/password for your user. |
37 To point Cygwin ssh to your $HOME edit /etc/password for your user. |
|
38 |