summaryrefslogtreecommitdiff
path: root/workstation/README.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-11-16 21:53:13 +0100
committeralex <alex@pdp7.net>2023-11-16 21:53:13 +0100
commit7024cf0a28e9f12f379d68344eb1c300012f52f0 (patch)
tree5a92cf055d725a6bede3a85dbb9aa243be73fc77 /workstation/README.md
parent50d0ae3d0efa29cfd28fb65f49b412a57816fbab (diff)
Add more docs about scripts/workstation
Diffstat (limited to 'workstation/README.md')
-rw-r--r--workstation/README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/workstation/README.md b/workstation/README.md
index c47bb533..fa3df14d 100644
--- a/workstation/README.md
+++ b/workstation/README.md
@@ -1,3 +1,9 @@
-```
-$ python3 <(curl https://github.com/alexpdp7/alexpdp7/raw/master/workstation/setup.py -L)
-```
+I am trying to move my tools into Cosmopolitan binaries (only [Emacs](../scripts/p7s/emacs.py) at the moment), a [container image](build_workstation) for use with Distrobox, and [a Python module with tools](../scripts).
+
+This includes:
+
+* [My editor](../emacs)
+* [A modern IRC setup](modern_irc.md).
+* [mbsync to synchronize my email for backup](../scripts/p7s/mail/mbsync.py)
+* [Some integration with vaultwarden for secrets](../scripts/p7s/bitwarden.py)
+* And some other odds and ends (NextCloud, etc.)