.lib/stubs/reply@7e9d5d43d0a5
.lib/stubs/reply
Tue, 18 Feb 2025 02:01:31 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 18 Feb 2025 02:01:31 -0600
- changeset 1189
- 7e9d5d43d0a5
- parent 1185
-
c1c5ceab0dc0
- permissions
- -rwxr-xr-x
Note to future self on prompt colors
#!/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
}
. ~/.lib/sh/stubexec.sh