# HG changeset patch # User Meredith Howard # Date 1737758275 21600 # Node ID c1c5ceab0dc0720d1dd2ad3bf6eb72264d1e3aef # Parent 89378394f07ffb9b7001cf521451e0e379fabea3 no more asdf reshimming diff --git a/.lib/stubs/asciidoctor b/.lib/stubs/asciidoctor --- a/.lib/stubs/asciidoctor +++ b/.lib/stubs/asciidoctor @@ -6,7 +6,6 @@ install_it() { opt="--user-install" gem install -q ${opt:-} asciidoctor - asdf reshim ruby || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/cpandoc b/.lib/stubs/cpandoc --- a/.lib/stubs/cpandoc +++ b/.lib/stubs/cpandoc @@ -3,7 +3,6 @@ set -eu install_it() { cpm install -g Pod::Cpandoc - asdf reshim perl || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/cpm b/.lib/stubs/cpm --- a/.lib/stubs/cpm +++ b/.lib/stubs/cpm @@ -4,8 +4,6 @@ set -eu install_it() { curl -fsSL --compressed https://git.io/cpm | perl - install -g App::cpm - - asdf reshim perl || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/gotags b/.lib/stubs/gotags --- a/.lib/stubs/gotags +++ b/.lib/stubs/gotags @@ -3,7 +3,6 @@ set -eu install_it() { go install github.com/jstemmer/gotags@latest - asdf reshim || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/gum b/.lib/stubs/gum --- a/.lib/stubs/gum +++ b/.lib/stubs/gum @@ -5,8 +5,6 @@ age_limit=7 install_it() { bina_install "charmbracelet/gum" - # go install github.com/charmbracelet/gum@latest - # asdf reshim || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/perltidy b/.lib/stubs/perltidy --- a/.lib/stubs/perltidy +++ b/.lib/stubs/perltidy @@ -3,7 +3,6 @@ set -eu install_it() { cpm install -g Perl::Tidy - asdf reshim perl || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/pg_format b/.lib/stubs/pg_format --- a/.lib/stubs/pg_format +++ b/.lib/stubs/pg_format @@ -3,7 +3,6 @@ set -eu install_it() { cpanm -n 'https://github.com/darold/pgFormatter.git' - asdf reshim perl || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/pry b/.lib/stubs/pry --- a/.lib/stubs/pry +++ b/.lib/stubs/pry @@ -7,7 +7,6 @@ install_it() { gem install -q ${opt:-} \ "pry:~>0.13.1" pry-byebug pry-inline - asdf reshim ruby || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/rdbg b/.lib/stubs/rdbg --- a/.lib/stubs/rdbg +++ b/.lib/stubs/rdbg @@ -6,7 +6,6 @@ install_it() { opt="--user-install" gem install -q ${opt:-} "debug:>=1.0.0" - asdf reshim ruby || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/reply b/.lib/stubs/reply --- a/.lib/stubs/reply +++ b/.lib/stubs/reply @@ -14,8 +14,6 @@ install_it() { Path::Tiny \ Pry \ Term::ReadLine::Gnu - - asdf reshim perl || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/scdoc b/.lib/stubs/scdoc --- a/.lib/stubs/scdoc +++ b/.lib/stubs/scdoc @@ -9,7 +9,6 @@ install_it() { git clone --depth=1 "https://git.sr.ht/~sircmpwn/scdoc" "$scratch" make -C "$scratch" install PREFIX="$HOME/.local" rm -rf -- "$scratch" - asdf reshim || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/shfmt b/.lib/stubs/shfmt --- a/.lib/stubs/shfmt +++ b/.lib/stubs/shfmt @@ -5,7 +5,6 @@ age_limit=90 install_it() { go install mvdan.cc/sh/v3/cmd/shfmt@latest - asdf reshim || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/stow b/.lib/stubs/stow --- a/.lib/stubs/stow +++ b/.lib/stubs/stow @@ -3,7 +3,6 @@ set -eu install_it() { cpanm -n Stow - asdf reshim perl || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/tectonic b/.lib/stubs/tectonic --- a/.lib/stubs/tectonic +++ b/.lib/stubs/tectonic @@ -9,7 +9,6 @@ install_it() { curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | sh cd - - asdf reshim || : } . ~/.lib/sh/stubexec.sh diff --git a/.lib/stubs/timetrap b/.lib/stubs/timetrap --- a/.lib/stubs/timetrap +++ b/.lib/stubs/timetrap @@ -6,7 +6,6 @@ install_it() { opt="--user-install" gem install -q ${opt:-} timetrap - asdf reshim ruby || : } . ~/.lib/sh/stubexec.sh diff --git a/bin/setup-cpan-faves b/bin/setup-cpan-faves --- a/bin/setup-cpan-faves +++ b/bin/setup-cpan-faves @@ -2,5 +2,3 @@ set -euo pipefail cpm install -g $(cat $(dirname $0)/../.default-perl-modules) - -asdf reshim perl || :