Fri, 05 Aug 2022 20:56:17 -0500
Update for newer configs, use autostash
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 |