feat(dotbot): plugins: pipx, snap and crontab

This commit is contained in:
2023-09-25 11:51:23 +03:00
parent 67867b57cd
commit 748e5bb561
12 changed files with 65 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ for pkg in "${packages[@]}"; do
# Skip comments
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
python3 -m pip install --user $pkg
python3 -m pip install --user "$pkg"
echo ""
done