Remove pipx

This commit is contained in:
Simon Bruder 2020-08-19 23:50:49 +02:00
parent 9f924e2b0e
commit 0a10e9d411
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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