Swap in RTX (#1)

Reviewed-on: #1
This commit is contained in:
Andrew Tomaka 2023-11-10 20:57:01 -05:00
parent 764d2ec921
commit 6043c65210
9 changed files with 241 additions and 65 deletions

View file

@ -80,6 +80,14 @@ function git-root {
fi
}
function install-ruby {
if [ $# -eq 0 ]; then
echo Usage: install-ruby RUBY_VERSION
else
ruby-build $1 $HOME/.rubies/$1
fi
}
function password-generator {
if [ -x "$(command -v openssl)" ]; then
password=$(