Fri, 09 Sep 2022 12:30:20 -0400
Try to land with my bin first
996 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | # TODO: add an expiry system to stubexec? | |
5 | ||
6 | install_it() { | |
7 | go install github.com/charmbracelet/gum@latest | |
8 | asdf reshim || : | |
9 | } | |
10 | ||
11 | . ~/.lib/sh/stubexec.sh |