]> xn--ix-yja.es Git - alex.git/commitdiff
Adapt to Toolbox bootstrapping
authoralex <alex@pdp7.net>
Sat, 23 Mar 2024 18:50:06 +0000 (19:50 +0100)
committeralex <alex@pdp7.net>
Sat, 23 Mar 2024 18:51:24 +0000 (19:51 +0100)
scripts/README.md

index ec053563bce245eae0c025f17ca3e6acffac8506..d75856e99cb86ceac436e0debd121965031cfa5a 100644 (file)
@@ -2,10 +2,17 @@ I'm experimenting with doing "user-level" configuration using Python scripts.
 
 This directory contains a Python module with entrypoints that I use for many tasks.
 
-The scripts can be installed on EL8/EL9 with pipx:
+Bootstrapping on a Fedora toolbox:
 
 ```
-$ pipx install -e . --force --python /usr/bin/python3.9
+dnf install pipx emacs-nox xclip
+mkdir git
+cd git
+git clone https://github.com/alexpdp7/alexpdp7.git
+cd alexpdp7
+pipx install -e scripts/
+...
+git remote set-url origin git@github.com:alexpdp7/alexpdp7.git
 ```
 
 See [workstation](../workstation) for further details.