.lib/stubs/reply@52750027eff6
.lib/stubs/reply
Sat, 18 May 2024 10:56:07 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 18 May 2024 10:56:07 -0500
- changeset 1168
- 52750027eff6
- parent 1108
-
8f5cf4eb7f66
- permissions
- -rwxr-xr-x
simplify nvim-cmp setup
#!/bin/sh
set -eu
install_it() {
cpm install -g \
Reply \
experimentals \
B::Keywords \
Carp::Always \
Class::Refresh \
Data::Printer \
Data::Printer::Filter::JSON \
Data::Printer::Filter::URI \
Path::Tiny \
Pry \
Term::ReadLine::Gnu
asdf reshim perl || :
}
. ~/.lib/sh/stubexec.sh