From 0a10e9d411f49215767daea0d34e487b485fa9b3 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 19 Aug 2020 23:50:49 +0200 Subject: [PATCH] Remove pipx --- home/.pipx.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 home/.pipx.sh diff --git a/home/.pipx.sh b/home/.pipx.sh deleted file mode 100755 index cd53304..0000000 --- a/home/.pipx.sh +++ /dev/null @@ -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