diff options
| author | 2023-12-30 15:17:59 +0000 | |
|---|---|---|
| committer | 2023-12-30 15:17:59 +0000 | |
| commit | dfcc6a3a52e09ff747fabd0a63de35f272677cb9 (patch) | |
| tree | d5e8373e94cf2d503bdf2b8457abfc8ead260cdc /library | |
| parent | 97559f9009fdd79237c7890f67daf56f1f2dc426 (diff) | |
update files
Diffstat (limited to 'library')
| -rwxr-xr-x | library/cloneDotfiles.sh | 1 | ||||
| -rwxr-xr-x | library/setupPkgPipx.sh | 4 | ||||
| -rwxr-xr-x | library/setupPkgYay.sh | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh index 1b9b64a..80f1a79 100755 --- a/library/cloneDotfiles.sh +++ b/library/cloneDotfiles.sh @@ -29,5 +29,4 @@ cloneDotfiles () { wl-copy -c } -source "$dirArchIsoFiles"/library/setupPkgPipx.sh cloneDotfiles diff --git a/library/setupPkgPipx.sh b/library/setupPkgPipx.sh index 48189bf..e9a38ee 100755 --- a/library/setupPkgPipx.sh +++ b/library/setupPkgPipx.sh @@ -6,6 +6,10 @@ setupPkgPipx () { for pkg in ${pipxPkg[@]}; do pipx install "$pkg" done + + pipx ensurepath + + echo "✅ Готово" } setupPkgPipx diff --git a/library/setupPkgYay.sh b/library/setupPkgYay.sh index 2c3e547..0bcc293 100755 --- a/library/setupPkgYay.sh +++ b/library/setupPkgYay.sh @@ -26,4 +26,5 @@ select platform in "pc" "notebook"; do setupPkgYay "$platform" fi + echo "✅ Готово" done |
