.lib/stubs/reply

Mon, 14 Aug 2023 22:04:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 14 Aug 2023 22:04:03 -0400
changeset 1127
a120f1d3d932
parent 1108
8f5cf4eb7f66
permissions
-rwxr-xr-x

tmux: update DBUS_SESSION_BUS_ADDRESS to fix gpg pinentry

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