aboutsummaryrefslogtreecommitdiff
path: root/library/setupPkgPipx.sh
diff options
context:
space:
mode:
authorLibravatar blueingreen68 <blueingreen68@gmail.com>2023-12-29 17:24:06 +0500
committerLibravatar blueingreen68 <blueingreen68@gmail.com>2023-12-29 17:24:06 +0500
commitad72eb8312e0f6f6d1a6988b019ade98c4ec4853 (patch)
treebe20f8f33db1b69587b4d7736a6bde2f69c7008d /library/setupPkgPipx.sh
parent13eb5f3cfb004e5910c8e007bf1e23333c846e4e (diff)
update
Diffstat (limited to 'library/setupPkgPipx.sh')
-rw-r--r--library/setupPkgPipx.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/library/setupPkgPipx.sh b/library/setupPkgPipx.sh
deleted file mode 100644
index c208805..0000000
--- a/library/setupPkgPipx.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-setupPkgPipx () {
- readarray -t pipxPkg < <(cat $HOME/archisofiles/pkglists/pipxpkglist.txt)
-
- for pkg in ${pipxPkg[@]}; do
- pipx install "$pkg"
- done
-}
-
-setupPkgPipx