From: alex Date: Sat, 23 Mar 2024 18:50:06 +0000 (+0100) Subject: Adapt to Toolbox bootstrapping X-Git-Tag: 20241020-emacs~233 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=8d03b0af8a29c82a42e074d7d8460842024ee87d;p=alex.git Adapt to Toolbox bootstrapping --- diff --git a/scripts/README.md b/scripts/README.md index ec05356..d75856e 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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.