# # ~~~ bootstraps nunvm # # # ~~~ main bootstrap function export def main []: nothing -> nothing { # nunvm dir let NUNVM_DIR = $"($env.HOME)/.nunvm" # todo: allow customising this mkdir $NUNVM_DIR mkdir $"($NUNVM_DIR)/versions" }