aboutsummaryrefslogtreecommitdiff
path: root/library/setupPkg.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/setupPkg.sh
parent13eb5f3cfb004e5910c8e007bf1e23333c846e4e (diff)
update
Diffstat (limited to 'library/setupPkg.sh')
-rw-r--r--library/setupPkg.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/setupPkg.sh b/library/setupPkg.sh
new file mode 100644
index 0000000..bae4683
--- /dev/null
+++ b/library/setupPkg.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ "$1" = "pipx" ]; then
+ source $HOME/bin/setupPkgPipx.sh
+elif [ "$1" = "yay" ]; then
+ source $HOME/bin/setupPkgYay.sh
+fi