.lib/stubs/just@c6d7ac40bd3c
.lib/stubs/just
Tue, 02 May 2023 17:31:49 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 02 May 2023 17:31:49 -0500
- changeset 1107
- c6d7ac40bd3c
- parent 1106
-
bin/just@902c7d44ab23
- child 1110
-
e4edb1419e3f
- permissions
- -rwxr-xr-x
move stubs to own location
#!/bin/sh
set -eu
install_it() {
mkdir -p ~/.local/bin
cd ~/.local/bin
curl -fsSL 'https://bina.egoist.dev/casey/just?dir=.' | sh
cd -
# cargo install just
}
# This can probably be removed next time you look here
export JUST_CHOOSER="fzf --preview 'just --show {}'"
. ~/.lib/sh/stubexec.sh