bin/cpm@c826661721a8
bin/cpm
Sun, 05 Mar 2023 23:19:03 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 05 Mar 2023 23:19:03 -0500
- changeset 1066
- c826661721a8
- parent 992
-
4e3e37ce84bc
- permissions
- -rwxr-xr-x
detect presence of nvim
#!/bin/sh
set -eu
install_it() {
curl -fsSL --compressed https://git.io/cpm |
perl - install -g App::cpm
asdf reshim perl || :
}
. ~/.lib/sh/stubexec.sh