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-05-17 15:53:13 +02:00

17 lines
187 B
Bash
Executable file

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