zsh,vm-list,karabiner,ghostty

This commit is contained in:
2025-09-26 05:57:27 +02:00
parent 19d8392092
commit b1a4566452
9 changed files with 122 additions and 44 deletions

10
config/macos/bin/work Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Usage: work <vm>
vm="$1"
if [ -z "$vm" ]; then
echo "Usage: work <vm>"
exit 1
fi
exec vm "${vm}-orb"