summaryrefslogtreecommitdiffstats
path: root/.bin/pipx-sync
diff options
context:
space:
mode:
Diffstat (limited to '.bin/pipx-sync')
-rwxr-xr-x.bin/pipx-sync12
1 files changed, 0 insertions, 12 deletions
diff --git a/.bin/pipx-sync b/.bin/pipx-sync
deleted file mode 100755
index 181768e..0000000
--- a/.bin/pipx-sync
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -x -e
-
-packages="pywal
- ipython"
-
-pipx upgrade-all
-
-for package in ${packages}; do
- pipx install "${package}" || true
-done
remember that computers suck.