Wed, 24 Nov 2021 14:22:41 -0600
improve this first-time install
915 | 1 | #!/bin/sh |
2 | set -eu | |
3 | . ~/.lib/sh/stubexec.sh | |
4 | ||
932 | 5 | stubexec "$@" |
915 | 6 | |
7 | curl -fsSL --compressed https://git.io/cpm | | |
8 | perl - install -g App::cpm | |
9 | ||
10 | plenv rehash || : | |
11 | ||
932 | 12 | stubexec "$@" |