From 7d4309762e7ccd5b4b8021bf56e5cb144779ed4c Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 26 Mar 2024 03:26:26 +0100 Subject: [PATCH] Add rexi, a CLI regex tester --- .local/share/dotfiles/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/share/dotfiles/setup.sh b/.local/share/dotfiles/setup.sh index 5c6238f..b092d5a 100755 --- a/.local/share/dotfiles/setup.sh +++ b/.local/share/dotfiles/setup.sh @@ -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