Remove pipx
This commit is contained in:
parent
9f924e2b0e
commit
0a10e9d411
|
@ -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
|
|
Reference in a new issue