Add rexi, a CLI regex tester
This commit is contained in:
parent
94b017befb
commit
7d4309762e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue