This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.pipx.sh
2020-06-19 11:04:07 +02:00

18 lines
192 B
Bash
Executable file

#!/bin/zsh
for module in \
aria2p \
autorandr \
black \
docker-compose \
esptool \
pipenv \
platformio \
pre-commit \
xkcdpass \
xq \
youtube-dl
yq \
do
pipx install --force "${module}"
done