Mercurial
>
hg
>
mhoward
>
dotfiles
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
bin/stow@a925474b9558 (annotated)
bin/stow
Fri, 06 May 2022 11:14:13 -0500
author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 May 2022 11:14:13 -0500
changeset 991
a925474b9558
parent 989
b5df8971e99b
child 992
4e3e37ce84bc
permissions
-rwxr-xr-x
Handle M1 homebrew setup if present
989
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
1
#!/bin/sh
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
2
set -eu
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
3
. ~/.lib/sh/stubexec.sh
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
4
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
5
install_it() {
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
6
cpanm -n Stow
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
7
asdf reshim perl || :
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
8
}
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
9
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
10
stubexec "$@"