Add rexi, a CLI regex tester

This commit is contained in:
Alexander Hess 2024-03-26 03:26:26 +01:00
parent 94b017befb
commit 7d4309762e
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -41,6 +41,8 @@ if _command_exists pip; then
# Ensure `pipx` is installed in the user's local environment
pip install --upgrade --user pipx
pipx install rexi
if [ -d "$HOME/Cloud/Getraenkemarkt" ]; then
# (Re-)Install `mackup` via `pipx` in the user's local environment