drop wsl and devterm (closes #1)

This commit is contained in:
Matthew Ryan Dillon 2025-04-05 16:39:25 -04:00
parent fc831dbc7f
commit 6040cac5f8
7 changed files with 9 additions and 164 deletions

View file

@ -3,7 +3,7 @@
{{- $hostname := output "scutil" "--get" "ComputerName" | trim -}}
{{- end -}}
{{- $choices := list "wsl" "devterm" "personal" "work" -}}
{{- $choices := list "personal" "work" -}}
{{- $hosttype := promptChoiceOnce . "hosttype" "What type of host are you on" $choices -}}
{{ $name := promptString "name" -}}