Commit Graph

617 Commits

Author SHA1 Message Date
Mika Suomalainen
243d955a31 gnupg/gpg.conf: don't receive the key from keyserver, fetch it. 2012-08-11 12:35:54 +03:00
Mika Suomalainen
87f55fb388 gnupg/gpg.conf: KILL GPG1! (or fix key receiving command to use gpg2) 2012-08-11 11:42:56 +03:00
Mika Suomalainen
87ae038677 gnupg/gpg.conf: use gpg http://goo.gl/ojAzM (public key line above) as keyserver in key receiving command comment. 2012-08-11 11:23:17 +03:00
Mika Suomalainen
0fbef5fbeb gnupg/gpg.conf: use correct address for public key + undo previous commit. 2012-08-11 11:15:50 +03:00
Mika Suomalainen
13e326ba86 gnupg/gpg.conf: add http://keyserver.pgp.com/ to keyserver list. 2012-08-11 10:56:01 +03:00
Mika Suomalainen
805d02d4a1 gnupg/gpg.conf: update PGPNET group line. 2012-08-11 07:45:09 +03:00
Mika Suomalainen
f7d06dec47 gnupg/gpg.conf: update PGPNET group line. 2012-08-11 07:20:56 +03:00
Mika Suomalainen
e493b7f535 gnupg/pgprules.xml.asc: update P-R rules. 2012-08-10 17:27:56 +03:00
Mika Suomalainen
730a240f73 gnupg/gpg.conf: Remove <> from group lines.
I heard that they are just requirement of old versions of Enigmail.§
2012-08-09 20:36:36 +03:00
Mika Suomalainen
c84da6bbb2 README.md: add instructions for downloading without git. Please don't try them yet, because I didn't sign that file yet, so signature file is missing. 2012-08-09 20:05:57 +03:00
Mika Suomalainen
91601c8989 bashrc & zshrc: show hostname and uptime on shell start. 2012-08-06 20:04:58 +03:00
Mika Suomalainen
64e8b14733 gnupg/gpg.conf: use ASCII instead of binary by default. (No need to specify -a). 2012-08-06 12:16:56 +03:00
Mika Suomalainen
322bf07fa4 warnings: Add Supybot-style todo. 2012-08-05 21:15:55 +03:00
Mika Suomalainen
35cdd46e65 README.md: add links (part 1/2). 2012-08-04 17:05:13 +03:00
Mika Suomalainen
b56e658851 README.md: Remember to mention .files. 2012-08-04 16:57:15 +03:00
Mika Suomalainen
3400325d5d README.md: start writing README. 2012-08-04 16:54:57 +03:00
Mika Suomalainen
39596ea7a4 bashrc & zshrc: add alias follow for tail -f 2012-08-04 16:45:05 +03:00
Mika Suomalainen
93f276f66f bashrc & zshrc: add alias for check_trans.py in Limnoria. 2012-08-04 15:26:07 +03:00
Mika Suomalainen
db194b75c4 gitconfig: update email address and signingkey. 2012-08-04 15:09:07 +03:00
Mika Suomalainen
042ce28df7 pastebinit.xml: add config file for pastebinit, because it doesn't work by default. || Wgetting the paste doesn't work? http://pad.lv/784485 2012-08-01 15:15:45 +03:00
Mika Suomalainen
a8a5be7337 Merge branch 'master' of github.com:Mkaysi/shell-things 2012-07-31 14:58:38 +03:00
Mika Suomalainen
4e64c3043a bashrc & zshrc & warnings: Don't use nping as ping. 2012-07-31 14:57:46 +03:00
Mika Suomalainen
d46d599f52 gnupg/gpg.conf: add address to source after my name. 2012-07-31 09:24:01 +03:00
Mika Suomalainen
db0f18e0f4 warnings: add mentioning about gpg-agent. 2012-07-30 18:49:41 +03:00
Mika Suomalainen
6fe0885037 xsessionrc: remove one >. I had same line with 146 duplicates :(. 2012-07-30 18:38:18 +03:00
Mika Suomalainen
947ae8cc42 gnupg/gpg.conf: update PGPNET group line. 2012-07-30 13:53:46 +03:00
Mika Suomalainen
25c33d6ea3 gnupg/gpg.conf: add md5 as the last hash. 2012-07-28 19:12:15 +03:00
Mika Suomalainen
f1de652289 gnupg/gpg.conf: update PGPNET groupline. 2012-07-28 17:56:12 +03:00
Mika Suomalainen
8e646eb14f gnupg/gpg.conf: add comment to receive the key from keyserver.
For http://mkaysi.github.com/PGP/key.txt for people who want to use
keyserver instead of copy-pasting whole key.
2012-07-26 14:26:30 +03:00
Mika Suomalainen
dd3ac7ac48 gnupg/gpg.conf: convert all keys to 0xLONG format. 2012-07-26 13:25:32 +03:00
Mika Suomalainen
03c4184656 gpg.conf: Set default keyid-format to 0xLONG. 2012-07-26 13:17:43 +03:00
Mika Suomalainen
3b7817ac62 gnupg/recv-keys: remove. Replaced with phone and sync.sh on it. 2012-07-26 13:09:16 +03:00
Mika Suomalainen
ec248db520 gnupg/gpg.conf: add (commented) note to self about difference of import-clean and import-minimal. 2012-07-25 18:56:09 +03:00
Mika Suomalainen
2043a550fe gnupg/gpg.conf: add import-clean to keyserver-options.
```
import-clean
       After  import, compact (remove all signatures except the
              self-signature) any user IDs from the new key  that  are
                     not  usable.   Then,  remove any signatures from the new
                            key that are not usable.  This includes signatures  that
                                   were issued by keys that are not present on the keyring.
                                          This option is the same as running the  --edit-key  com‐
                                                 mand "clean" after import. Defaults to no.
```
2012-07-25 18:49:29 +03:00
Mika Suomalainen
4059cb51a5 bashrc & zshrc: add alias gpg-key-count to calcutate amounts of keys in keyring.
This is different from previous with following ways:
1. Simpler.
2. Works with Windows (?)
3. Takes more time.
2012-07-25 11:00:52 +03:00
Mika Suomalainen
19b8da78ac bashrc & zshrc: add alias gpg-key-amount to show how many keys there are in pubring. 2012-07-25 10:51:05 +03:00
Mika Suomalainen
cf2e8ae62a gnupg/gpg.conf: Show LONG KEYID by default with "--list-keys". 2012-07-24 10:32:53 +03:00
Mika Suomalainen
f8d42ef576 Undo the latest commit. 2012-07-23 20:28:29 +03:00
Mika Suomalainen
aa917b3725 gnupg/gpg.conf: remove 4 comments, which might not be so important. 2012-07-22 09:49:56 +03:00
Mika Suomalainen
7c1a9af3ba gnupg/gpg.conf: update PGPNET groupline.
version: 20Jul2012
2012-07-21 14:41:58 +03:00
Mika Suomalainen
0b2a496814 warnings: add commented instructions for disabling warnings. 2012-07-15 12:36:30 +03:00
Mika Suomalainen
b98854b054 warnings: fix previous commit with weird workaround. 2012-07-14 21:47:57 +03:00
Mika Suomalainen
530d3cd472 warnings: check for the programs, not aliases! 2012-07-14 21:01:21 +03:00
Mika Suomalainen
94afe241bd .cat.sh: add warnings. 2012-07-14 20:47:02 +03:00
Mika Suomalainen
d3c85c079d bashrc & zshrc: source warnings 2012-07-14 20:46:08 +03:00
Mika Suomalainen
6f55b6a002 warnings: add checking of popularity-contest and why it should be installed. 2012-07-14 20:35:05 +03:00
Mika Suomalainen
b8cbb4aa45 warnings: mention why something should be installed. (Don't read youtube-dl line.) 2012-07-14 20:30:11 +03:00
Mika Suomalainen
1b43820f72 warnings: add warnings when something what is recommended by shell-things is missing.
To be sourced by bashrc & zshrc
2012-07-14 20:21:48 +03:00
Mika Suomalainen
52a491d65e gnupg/gpg.conf: update PGPNET group line.
Version: 00:30.
2012-07-13 10:43:54 +03:00
Mika Suomalainen
1d513e74f4 gnupg/gpg.conf: update list of used hashes. 2012-07-11 18:32:22 +03:00