.lib/stubs/cpm@915a78d501d5
.lib/stubs/cpm
Mon, 20 May 2024 12:53:43 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 May 2024 12:53:43 -0500
- changeset 1170
- 915a78d501d5
- parent 1107
-
c6d7ac40bd3c
- permissions
- -rwxr-xr-x
Bump nvim-treesitter to more recent commit
#!/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