.lib/stubs/perltidy@fe77c5eed375
.lib/stubs/perltidy
Thu, 10 Aug 2023 02:32:37 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 10 Aug 2023 02:32:37 -0500
- changeset 1126
- fe77c5eed375
- parent 1109
-
71d10acde172
- permissions
- -rwxr-xr-x
Add autopairs with cr-only behavior, switch to treesitter-endwise
#!/bin/sh
set -eu
install_it() {
cpm install -g Perl::Tidy
asdf reshim perl || :
}
. ~/.lib/sh/stubexec.sh