diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-24 12:07:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-24 12:07:38 -0600 |
| commit | 8645b13c41d16c839378a147ac055a790ffbc550 (patch) | |
| tree | 6d04583633c3923f499a1ddeca1594581bfc6895 /assets | |
| parent | 3ed0e8ea7c39ea0eaaa48506b7b99dee5ee6ca30 (diff) | |
| download | dotemacs-8645b13c41d16c839378a147ac055a790ffbc550.tar.gz dotemacs-8645b13c41d16c839378a147ac055a790ffbc550.zip | |
feat(email): add password decryption to setup script
- Add password decryption loop to scripts/setup-email.sh
- Decrypt .gpg files from assets/mail-passwords/ to ~/.config/
- Add encrypted password files (.gmailpass.gpg, .cmailpass.gpg)
- Fix missing paren in text-config.el that broke config parsing
- Clean up mail-config.el
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/mail-passwords/.cmailpass.gpg | bin | 0 -> 93 bytes | |||
| -rw-r--r-- | assets/mail-passwords/.gmailpass.gpg | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/assets/mail-passwords/.cmailpass.gpg b/assets/mail-passwords/.cmailpass.gpg Binary files differnew file mode 100644 index 00000000..2c9c1954 --- /dev/null +++ b/assets/mail-passwords/.cmailpass.gpg diff --git a/assets/mail-passwords/.gmailpass.gpg b/assets/mail-passwords/.gmailpass.gpg new file mode 100644 index 00000000..cea3fe17 --- /dev/null +++ b/assets/mail-passwords/.gmailpass.gpg @@ -0,0 +1 @@ +Œ
¨‘q~–¤9KÿÒEp…é[,/Fd?aNTÒ†o%#JWÙ-«•‚rsšW_£ídíMïG¾>Óv³ª£õÃ~Bñzô²W[˜hQ°r
\ No newline at end of file |
