1 #!/bin/sh |
1 #!/bin/sh |
2 set -eu |
2 set -eu |
3 |
3 |
4 install_it() { |
4 install_it() { |
5 mkdir -p ~/.local/bin |
5 bina_install "casey/just" |
6 cd ~/.local/bin |
|
7 curl -fsSL 'https://bina.egoist.dev/casey/just?dir=.' | sh |
|
8 cd - |
|
9 # cargo install just |
6 # cargo install just |
10 } |
7 } |
11 |
8 |
12 # This can probably be removed next time you look here |
9 # This can probably be removed next time you look here |
13 export JUST_CHOOSER="fzf --preview 'just --show {}'" |
10 export JUST_CHOOSER="fzf --preview 'just --show {}'" |