diff --git a/home/.pipx.sh b/home/.pipx.sh deleted file mode 100755 index cd53304..0000000 --- a/home/.pipx.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/zsh -for module in \ - 'python-language-server[pyflakes,rope]' \ - aria2p \ - autorandr \ - black \ - docker-compose \ - esptool \ - pipenv \ - platformio \ - pre-commit \ - xkcdpass \ - xq \ - youtube-dl \ - yq -do - pipx install "${module}" || true -done