]> xn--ix-yja.es Git - alex.git/commitdiff
Add more docs about scripts/workstation
authoralex <alex@pdp7.net>
Thu, 16 Nov 2023 20:53:13 +0000 (21:53 +0100)
committeralex <alex@pdp7.net>
Thu, 16 Nov 2023 20:53:13 +0000 (21:53 +0100)
scripts/README.md
workstation/README.md

index 276061318bf58c89156a92bf22ffd29a8f13ffc6..ec053563bce245eae0c025f17ca3e6acffac8506 100644 (file)
@@ -1,11 +1,11 @@
-Local installation EL8:
+I'm experimenting with doing "user-level" configuration using Python scripts.
 
-```
-$ pipx install -e . --force --python /usr/bin/python3.9
-```
+This directory contains a Python module with entrypoints that I use for many tasks.
 
-Local installation EL9:
+The scripts can be installed on EL8/EL9 with pipx:
 
 ```
 $ pipx install -e . --force --python /usr/bin/python3.9
 ```
+
+See [workstation](../workstation) for further details.
index c47bb533d66c38da798ce5f0a9928a32b9668d00..fa3df14d9ffee7305e77499f04e75aec3f22f07f 100644 (file)
@@ -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.)