.lib/stubs/reply

Fri, 29 Dec 2023 03:02:51 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 29 Dec 2023 03:02:51 -0600
changeset 1139
1359a563b5ce
parent 1108
8f5cf4eb7f66
permissions
-rwxr-xr-x

split out LuaSnip spec

#!/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

mercurial