#!/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