no more asdf reshimming default github/master tip master

Fri, 24 Jan 2025 16:37:55 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 24 Jan 2025 16:37:55 -0600
changeset 1185
c1c5ceab0dc0
parent 1184
89378394f07f

no more asdf reshimming

.lib/stubs/asciidoctor file | annotate | diff | comparison | revisions
.lib/stubs/cpandoc file | annotate | diff | comparison | revisions
.lib/stubs/cpm file | annotate | diff | comparison | revisions
.lib/stubs/gotags file | annotate | diff | comparison | revisions
.lib/stubs/gum file | annotate | diff | comparison | revisions
.lib/stubs/perltidy file | annotate | diff | comparison | revisions
.lib/stubs/pg_format file | annotate | diff | comparison | revisions
.lib/stubs/pry file | annotate | diff | comparison | revisions
.lib/stubs/rdbg file | annotate | diff | comparison | revisions
.lib/stubs/reply file | annotate | diff | comparison | revisions
.lib/stubs/scdoc file | annotate | diff | comparison | revisions
.lib/stubs/shfmt file | annotate | diff | comparison | revisions
.lib/stubs/stow file | annotate | diff | comparison | revisions
.lib/stubs/tectonic file | annotate | diff | comparison | revisions
.lib/stubs/timetrap file | annotate | diff | comparison | revisions
bin/setup-cpan-faves file | annotate | diff | comparison | revisions
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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 || :

mercurial