aboutsummaryrefslogtreecommitdiff
path: root/library/setupPkg.sh
blob: bae4683254dde001455a4984e1a901ef0d92f5f7 (plain)
1
2
3
4
5
6
7
#!/bin/bash 

if [ "$1" = "pipx" ]; then
  source $HOME/bin/setupPkgPipx.sh
elif [ "$1" = "yay" ]; then
  source $HOME/bin/setupPkgYay.sh 
fi