Skip to content

Instantly share code, notes, and snippets.

@jtwb
Created July 24, 2012 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtwb/3172419 to your computer and use it in GitHub Desktop.
Save jtwb/3172419 to your computer and use it in GitHub Desktop.
VMWare headless
# With Vmware Fusion bin path in $PATH...
alias vmup="vmrun -T fusion start $HOME/Documents/Virtual\ Machines.localized/$VMIMAGE.vmwarevm/$VMIMAGE.vmx nogui"
alias vmp="vmrun -T fusion pause $HOME/Documents/Virtual\ Machines.localized/$VMIMAGE.vmwarevm/$VMIMAGE.vmx"
alias vusu="ssh -A -l $VMUSER $VMIP"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment